Skip to content

Commit

Permalink
Prepare v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashthespy committed May 15, 2020
1 parent a662cbd commit 1438440
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
<!--
### Changed
- -->
## [0.2.1] - 2020-05-15
- Refactor and expose more metadata (breaking!)
- Skip unplayable tracks instead of stopping
- Fetch context for Spotify Collection types as well
- Autoplay - `uid` is optional for playlist stations

## [0.2.0] - 2020-04-17
- Use a toml based configuration file
- Enabled gapless playback as default
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vollibrespot"
version = "0.2.0"
version = "0.2.1"
authors = ["ashthespy <https://github.com/ashthespy/>"]
build = "build.rs"
edition = "2018"
Expand Down

0 comments on commit 1438440

Please sign in to comment.