Skip to content

Commit 8777c67

Browse files
committed
chore: bump version to 0.4.1
1 parent adafa9a commit 8777c67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.4.1]
88

99
### Fixed
1010
- revert default features to `alsa_backend` ([#1337])
@@ -169,7 +169,8 @@ Feel free to join and ask your questions!
169169

170170
## [0.2.24]
171171

172-
[Unreleased]: https://github.com/Spotifyd/spotifyd/compare/v0.4.0...HEAD
172+
[Unreleased]: https://github.com/Spotifyd/spotifyd/compare/v0.4.1...HEAD
173+
[0.4.1]: https://github.com/Spotifyd/spotifyd/releases/tag/v0.4.1
173174
[0.4.0]: https://github.com/Spotifyd/spotifyd/releases/tag/v0.4.0
174175
[0.3.5]: https://github.com/Spotifyd/spotifyd/releases/tag/v0.3.5
175176
[0.3.4]: https://github.com/Spotifyd/spotifyd/releases/tag/v0.3.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "spotifyd"
55
description = "A Spotify daemon"
66
repository = "https://github.com/Spotifyd/spotifyd"
77
license = "GPL-3.0-only"
8-
version = "0.4.0"
8+
version = "0.4.1"
99
resolver = "2"
1010
rust-version = "1.82"
1111

0 commit comments

Comments
 (0)