Skip to content

Commit

Permalink
Update Cargo.toml for v0.1.1; add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David Futcher committed Oct 4, 2017
1 parent b36bbd4 commit cb51f74
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version 0.1.1 - 2017-10-04
==========================

* Add album name info to track scrobbles (#2)
* Scrobbling triggered on start of new track, fixes tracks failing to
scrobble under certain conditions (#3)
* Make `--name` flag optional; defaults to 'Scrobbler'
* Significant internal refactoring, including removal of unnecessary
`unsafe` code.

Version 0.1.0 - 2017-08-26
==========================

* Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify-connect-scrobbler"
version = "0.1.0"
version = "0.1.1"
authors = ["David Futcher <[email protected]>", "Paul Liétar <[email protected]>"]
build = "build.rs"
license = "MIT"
Expand Down

0 comments on commit cb51f74

Please sign in to comment.