Version 0.9.0
- Batch scrobbling support (#9):
- Add
Scrobbler::scrobble_batch
- Add
ScrobbleBatch
type, auto-generated usingwrapped-vec
crate - Add
responses::ScrobbleBatchResponse
response type
- Add
- 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