From 1aa3411d171a5e30eb7d0b73d792999ceec0aa05 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Tue, 7 Dec 2021 20:47:59 +0100 Subject: [PATCH] Bump version: 0.3.2 -> 0.3.3 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d94c53d6..571408a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Removed +## [0.3.3] +### Added +- Add `debug_credentials` feature for debugging `BadCredentials` errors [#915] +- Implement `VolumeUp` and `VolumeDown` in the DBUS/MPRIS interface [#963] +- Update librespot to 0.2.0 [#977] +- Rewrite DBUS/MPRIS integration [#977] +### Changed +- Improved panic error message [#925] +### Removed + +[#915]: https://github.com/Spotifyd/spotifyd/pull/915 +[#925]: https://github.com/Spotifyd/spotifyd/pull/925 +[#963]: https://github.com/Spotifyd/spotifyd/pull/963 +[#977]: https://github.com/Spotifyd/spotifyd/pull/977 + ## [0.3.1] ### Added - Use eyre for better error reporting [#789] diff --git a/Cargo.lock b/Cargo.lock index 1f131df0..266e7f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -3102,7 +3104,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.3.2" +version = "0.3.3" dependencies = [ "alsa", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b4c108d8..b5228865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "spotifyd" description = "A Spotify daemon" repository = "https://github.com/Spotifyd/spotifyd" license = "GPL-3.0-only" -version = "0.3.2" +version = "0.3.3" [dependencies] alsa = { version = "0.5", optional = true }