Skip to content

Commit e51c4fc

Browse files
Merge pull request #912 from JojiiOfficial/master
bump v0.3.2
2 parents 1da300c + 300e15f commit e51c4fc

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
build_target: [macos, linux, linux-armhf, linux-armv6]
15-
rust: [1.47.0]
15+
rust: [stable]
1616
artifact_type: ['slim', 'default', 'full'] # The build strategy will build all types for each OS specified
1717
include:
1818
- artifact_type: 'slim' # Slim version has no features enabled by default.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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

77
## [Unreleased]
8+
### Added
9+
### Changed
10+
### Removed
11+
12+
## [0.3.1]
13+
### Added
14+
- Use eyre for better error reporting [#789]
15+
- Add a contributers file
16+
17+
### Changed
18+
- Change docs from readme to mkdocs [#783]
19+
- Update librespot, thus fixing [#719] [#900]
20+
### Removed
21+
22+
[#789]: https://github.com/Spotifyd/spotifyd/pull/789
23+
[#783]: https://github.com/Spotifyd/spotifyd/pull/783
24+
[#719]: https://github.com/Spotifyd/spotifyd/issues/719
25+
[#900]: https://github.com/Spotifyd/spotifyd/pull/900
26+
## [0.3.0]
827
### Added
928
- Added a changelog [#714]
1029
### Changed

Cargo.lock

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

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

0 commit comments

Comments
 (0)