-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Cargo.toml for v0.1.1; add CHANGELOG.md
- Loading branch information
David Futcher
committed
Oct 4, 2017
1 parent
b36bbd4
commit cb51f74
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|