diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9155f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.4.0 (2020-11-06) + + - Add typed commands and command list API + - Update to tokio 0.3 + - Adapt to MPD 0.22 versions diff --git a/Cargo.toml b/Cargo.toml index d3bc68e..06ce3c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_client" -version = "0.3.0" +version = "0.4.0" authors = ["Ole Bertram "] edition = "2018" description = "Prototype of a user-friendly async MPD client"