From 3f7c126dcca2dff566600adfc5d420d50b646804 Mon Sep 17 00:00:00 2001 From: Ole Bertram Date: Mon, 13 Mar 2023 23:36:10 +0100 Subject: [PATCH] Prepare mpd_client v1.1.0 --- mpd_client/CHANGELOG.md | 4 ++++ mpd_client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mpd_client/CHANGELOG.md b/mpd_client/CHANGELOG.md index 5fdea51..798cbad 100644 --- a/mpd_client/CHANGELOG.md +++ b/mpd_client/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.0 (2023-03-13) + + - Add the `Update` and `Rescan` commands for managing updates to the MPD library (#8, thanks to pborzenkov). + # 1.0.0 (2022-08-27) - Redesign the `Command` and `CommandList` traits diff --git a/mpd_client/Cargo.toml b/mpd_client/Cargo.toml index 0af7748..6430e02 100644 --- a/mpd_client/Cargo.toml +++ b/mpd_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpd_client" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Asynchronous user-friendly MPD client" repository = "https://github.com/elomatreb/mpd_client"