From eefe368b0bfc82d9e3ae9a92d2214c4ebb259e64 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 5 Feb 2021 16:47:13 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7af04..4f22674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.10 - 2021-02-05 + +### Fixes +- Now correctly toggles pause + + ## v0.2.9 - 2021-02-05 ### Changes diff --git a/Cargo.lock b/Cargo.lock index 2f54e20..6754718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index 328d4b5..5439ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtc" -version = "0.2.9" +version = "0.2.10" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"