Release v0.2.0

This commit is contained in:
Koen Bolhuis 2021-01-20 01:14:33 +01:00
parent e2586806e0
commit 91ceaa3f42
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

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