Skip to content

Commit

Permalink
Prepare mpd_client v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed Feb 1, 2024
1 parent 829c143 commit e039754
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mpd_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.0 (2024-02-01)

- Add commands for getting metadata about individual songs or subranges of the play queue ([#22](https://github.com/elomatreb/mpd_client/pull/22), thanks to kholthaus).
- Fix a potential panic or overflow on commands that take ranges of song positions.
- Dependency updates.

# 1.3.0 (2023-10-30)

- Add commands for interacting with the ReplayGain options (`ReplayGainStatus`, `SetReplayGainMode`) ([#19](https://github.com/elomatreb/mpd_client/issues/19), [#20](https://github.com/elomatreb/mpd_client/20), thanks to kholthaus).
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 = "1.3.0"
version = "1.4.0"
edition = "2021"
description = "Asynchronous user-friendly MPD client"
repository = "https://github.com/elomatreb/mpd_client"
Expand Down

0 comments on commit e039754

Please sign in to comment.