Release v0.3.0

This commit is contained in:
Koen Bolhuis 2021-05-12 20:31:45 +02:00
parent ada26387a5
commit 8764854fad
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Changelog # 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) - See the [ListenBrainz API docs](https://listenbrainz.readthedocs.io/en/production/dev/api/#rate-limiting)
for more information on rate limiting. for more information on rate limiting.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "listenbrainz" name = "listenbrainz"
version = "0.2.0" version = "0.3.0"
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"] authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"