From 8764854fade30a83ee6ddce545a48747c55a64b0 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 12 May 2021 20:31:45 +0200 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b4fa5..61c9d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index a8eff03..81dbcee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.2.0" +version = "0.3.0" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"