Skip to content

Commit

Permalink
Prepare mpd_client v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed Mar 15, 2022
1 parent c5e8fb7 commit 55cdff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mpd_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.7.3 (2022-03-15)

- Fix `List::group_by` generating invalid commands when used (due to missing keyword).

# 0.7.2 (2022-02-20)

- Add a utility method for connecting with an *optional* password (`Client::connect_with_password_opt`).
Expand Down
2 changes: 1 addition & 1 deletion mpd_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpd_client"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
description = "Asynchronous user-friendly MPD client"
repository = "https://github.com/elomatreb/mpd_client"
Expand Down

0 comments on commit 55cdff7

Please sign in to comment.