From 9aea8bded8cdb92a615a6230c3a5a2d0d9269c68 Mon Sep 17 00:00:00 2001 From: Robin van Dijk Date: Wed, 3 Mar 2021 11:33:27 +0100 Subject: [PATCH 1/4] Revert "pin rust version on CI" This reverts commit dd866481894b68db534f4ba282d4e28c77a18988. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ca3882e8..787cce72 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: build_target: [macos, linux, linux-armhf, linux-armv6] - rust: [1.47.0] + rust: [stable] artifact_type: ['slim', 'default', 'full'] # The build strategy will build all types for each OS specified include: - artifact_type: 'slim' # Slim version has no features enabled by default. From be20088c7de0340fde58ea28d00777517eb42a99 Mon Sep 17 00:00:00 2001 From: Robin van Dijk Date: Wed, 3 Mar 2021 11:39:56 +0100 Subject: [PATCH 2/4] bump version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5efc34b4..7d63228b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3095,7 +3095,7 @@ checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" [[package]] name = "spotifyd" -version = "0.3.0" +version = "0.3.1" dependencies = [ "alsa 0.3.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f2dfa343..0d66940a 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.0" +version = "0.3.1" [dependencies] alsa = { version = "0.3", optional = true } From b797131983b893656415d4e754ef9b276bc7faeb Mon Sep 17 00:00:00 2001 From: Robin van Dijk Date: Wed, 3 Mar 2021 11:40:10 +0100 Subject: [PATCH 3/4] update changelog to 0.3.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a55bc2c..d94c53d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +### Removed + +## [0.3.1] +### Added +- Use eyre for better error reporting [#789] +- Add a contributers file + +### Changed +- Change docs from readme to mkdocs [#783] +- Update librespot, thus fixing [#719] [#900] +### Removed + +[#789]: https://github.com/Spotifyd/spotifyd/pull/789 +[#783]: https://github.com/Spotifyd/spotifyd/pull/783 +[#719]: https://github.com/Spotifyd/spotifyd/issues/719 +[#900]: https://github.com/Spotifyd/spotifyd/pull/900 +## [0.3.0] ### Added - Added a changelog [#714] ### Changed From ee8324807631ad3ce11a4f24885b2ca1de1b756c Mon Sep 17 00:00:00 2001 From: jojii Date: Thu, 4 Mar 2021 00:02:25 +0100 Subject: [PATCH 4/4] bump v0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5efc34b4..1c720242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3095,7 +3095,7 @@ checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" [[package]] name = "spotifyd" -version = "0.3.0" +version = "0.3.2" dependencies = [ "alsa 0.3.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f2dfa343..025e9df4 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.0" +version = "0.3.2" [dependencies] alsa = { version = "0.3", optional = true }