diff --git a/CHANGELOG.md b/CHANGELOG.md index 741e931..8ae0df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## v0.2.7 - 2021-01-15 + +### Features +- New binding - g to go to the top of the queue +- New binding - G to go to the bottom of the queue + + ## v0.2.6 - 2020-11-29 ### Fixes diff --git a/Cargo.lock b/Cargo.lock index 097e358..76c4972 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index de3e98a..a01e30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["strip"] [package] name = "mmtc" -version = "0.2.6" +version = "0.2.7" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"