Release v0.3.0
This commit is contained in:
parent
ada26387a5
commit
8764854fad
|
@ -1,8 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## v0.3.0 (unreleased)
|
||||
## v0.3.0 (2021-02-02)
|
||||
|
||||
- Add rate limiting information to response types in the `rate_limit` field;
|
||||
- Added rate limiting information to response types in the `rate_limit` field;
|
||||
- See the [ListenBrainz API docs](https://listenbrainz.readthedocs.io/en/production/dev/api/#rate-limiting)
|
||||
for more information on rate limiting.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "listenbrainz"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue