Bump version
This commit is contained in:
parent
763b5b62ee
commit
b3868fa128
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## v0.4.1 (2021-12-03)
|
||||
|
||||
- Fixed a broken link in the documentation;
|
||||
- Added the `api_url()` method to `raw::Client` and `ListenBrainz`;
|
||||
- Implemented `Default` for `raw::Client` and `ListenBrainz`;
|
||||
- Returns the same as `Client::new()`/`ListenBrainz::new()`.
|
||||
|
||||
## v0.4.0 (2021-10-21)
|
||||
|
||||
- Added CI builds support ([#1]);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "listenbrainz"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue