Release v0.4.0

This commit is contained in:
Koen Bolhuis 2021-10-21 00:38:05 +02:00
parent 5dd96b3179
commit 6d1ed98163
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Changelog
## v0.4.0 (unreleased)
## v0.4.0 (2021-10-21)
- Added CI builds support ([#1]);
- Added support for alternative ListenBrainz hosts ([#6]);
- Changed from [`ureq`] to [`attohttpc`] for performing HTTP requests ([#7]);
- Changed from [`ureq`] to [`attohttpc`] for performing HTTP requests ([#7]).
[#1]: https://github.com/InputUsername/listenbrainz-rs/pull/1
[#6]: https://github.com/InputUsername/listenbrainz-rs/pull/6

View File

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