2021-01-14 02:35:12 +00:00
|
|
|
# Changelog
|
|
|
|
|
2021-05-12 19:31:45 +01:00
|
|
|
## v0.3.0 (2021-02-02)
|
2021-01-30 02:11:51 +00:00
|
|
|
|
2021-05-12 19:31:45 +01:00
|
|
|
- Added rate limiting information to response types in the `rate_limit` field;
|
2021-01-30 02:11:51 +00:00
|
|
|
- See the [ListenBrainz API docs](https://listenbrainz.readthedocs.io/en/production/dev/api/#rate-limiting)
|
|
|
|
for more information on rate limiting.
|
|
|
|
|
2021-01-20 00:14:33 +00:00
|
|
|
## v0.2.0 (2021-01-20)
|
2021-01-19 22:55:03 +00:00
|
|
|
|
|
|
|
- `Client` methods don't require `&mut self` anymore;
|
|
|
|
- Moved `Client`, `models::request` and `models::response` modules to the `raw` module;
|
2021-01-20 00:13:27 +00:00
|
|
|
- Added the `ListenBrainz` type, a more ergonomic and high-level API client;
|
|
|
|
- Improved overall documentation, especially for `Client`.
|
2021-01-19 22:55:03 +00:00
|
|
|
|
2021-01-14 02:35:12 +00:00
|
|
|
## v0.1.0 (2021-01-14)
|
|
|
|
|
|
|
|
Initial release.
|