Skip to content

Commit

Permalink
Prepare mpd_client v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed Dec 10, 2021
1 parent bb4b198 commit 6004691
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.1 (2021-12-10)

- Fix panic when parsing a `Song` response that contains negative or invalid duration values.

# 0.7.0 (2021-12-09)

- Response types for typed commands are now marked as `#[non_exhaustive]` where reasonable.
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.0"
version = "0.7.1"
edition = "2021"
description = "Asynchronous user-friendly MPD client"
repository = "https://github.com/elomatreb/mpd_client"
Expand Down

0 comments on commit 6004691

Please sign in to comment.