From 6d1ed98163b81c82d529a0447409f742f9697137 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Thu, 21 Oct 2021 00:38:05 +0200 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfa875..6b53e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8c7cc93..36d2851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "listenbrainz" -version = "0.3.0" +version = "0.4.0" authors = ["Koen Bolhuis "] edition = "2018" license = "MIT"