From 11cca582f903327a1fa209659ebf646eecb0eb68 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 19 Feb 2021 18:19:06 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efb145..38ca1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.2.13 - 2021-02-19 + +### Features +- Completions for bash, elvish, fish, powershell, and zsh +- Support hostname resolution for command line argument `--address` + + ## v0.2.12 - 2021-02-07 ### Features diff --git a/Cargo.lock b/Cargo.lock index 937a7af..5894d31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.12" +version = "0.2.13" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index d289d99..cb439a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtc" -version = "0.2.12" +version = "0.2.13" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"