Skip to content

Commit 603bcc4

Browse files
Merge pull request #1023 from Spotifyd/bump-0.3.3
Bump version: 0.3.2 -> 0.3.3
2 parents d10216a + 1aa3411 commit 603bcc4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010
### Removed
1111

12+
## [0.3.3]
13+
### Added
14+
- Add `debug_credentials` feature for debugging `BadCredentials` errors [#915]
15+
- Implement `VolumeUp` and `VolumeDown` in the DBUS/MPRIS interface [#963]
16+
- Update librespot to 0.2.0 [#977]
17+
- Rewrite DBUS/MPRIS integration [#977]
18+
### Changed
19+
- Improved panic error message [#925]
20+
### Removed
21+
22+
[#915]: https://github.com/Spotifyd/spotifyd/pull/915
23+
[#925]: https://github.com/Spotifyd/spotifyd/pull/925
24+
[#963]: https://github.com/Spotifyd/spotifyd/pull/963
25+
[#977]: https://github.com/Spotifyd/spotifyd/pull/977
26+
1227
## [0.3.1]
1328
### Added
1429
- Use eyre for better error reporting [#789]

Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.3.2"
8+
version = "0.3.3"
99

1010
[dependencies]
1111
alsa = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)