Release v0.5.0

This commit is contained in:
Koen Bolhuis 2022-12-05 00:35:33 +01:00
parent 4d6cd43805
commit daad9596d0
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v0.5.0 (2022-12-05)
- Made the `release` parameter of `ListenBrainz` methods optional ([#11], [@mgziminsky]).
- This is a breaking change.
[#11]: https://github.com/InputUsername/listenbrainz-rs/pull/11
[@mgziminsky]: https://github.com/mgziminsky
## v0.4.3 (2022-11-16)
- Updated attohttpc dependency.

View File

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