Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed May 17, 2021
1 parent b5299ac commit e93fee7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.6.0 (2021-05-17)

- Update `mpd_protocol`
- Add `Client::album_art` method for loading album art
- Add new MPD subsystems
- API changes:
- Remove `Client::connect_to` and `Client::connect_unix` methods
- Rename `Command::to_command` to `Command::into_command`

# 0.5.1 (2021-04-28)

- Fix error when parsing list of songs response containing modified timestamps for directories ([#7](https://github.com/elomatreb/mpd_client/issues/7))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpd_client"
version = "0.5.1"
version = "0.6.0"
authors = ["Ole Bertram <[email protected]>"]
edition = "2018"
description = "Asynchronous user-friendly MPD client"
Expand Down

0 comments on commit e93fee7

Please sign in to comment.