From 91ceaa3f4265c1ca9e71a223dd852072a6d68614 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 20 Jan 2021 01:14:33 +0100 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741f6a9..0ab13a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.0 (unreleased) +## v0.2.0 (2021-01-20) - `Client` methods don't require `&mut self` anymore; - Moved `Client`, `models::request` and `models::response` modules to the `raw` module; diff --git a/Cargo.toml b/Cargo.toml index 5ab969e..a8eff03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.1.0" +version = "0.2.0" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"