Skip to content

Commit

Permalink
Update Cargo.toml, CHANGELOG for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfutcher committed Nov 16, 2017
1 parent 1d2812c commit f509a37
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
@@ -1,3 +1,17 @@
Version 0.9.0 - 2017-11-16
==========================

* Batch scrobbling support (#9):
* Add `Scrobbler::scrobble_batch`
* Add `ScrobbleBatch` type, auto-generated using `wrapped-vec` crate
* Add `responses::ScrobbleBatchResponse` response type
* Scrobble timestamping support (#2)
* Export `Scrobble` type in crate root; imports for most common use-case more
ergonomic (#12)
* Improve `example.rs` readability
* Various small code improvements


Version 0.3.1 - 2017-10-02
==========================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustfm-scrobble"
version = "0.3.1"
version = "0.9.0"
authors = ["David Futcher <david@futcher.io>"]
description = "Last.fm Scrobble library for Rust"
repository = "https://github.com/bobbo/rustfm-scrobble"
Expand Down

0 comments on commit f509a37

Please sign in to comment.