From e307158e426deef0e2935ab611018c2f2da68e6d Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 7 Feb 2021 16:26:34 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a71dba..2a849be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.12 - 2021-02-07 + +### Features +- Support for hostname resolution + ## v0.2.11 - 2021-02-07 diff --git a/Cargo.lock b/Cargo.lock index 0faf9c5..14da0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "mmtc" -version = "0.2.11" +version = "0.2.12" dependencies = [ "anyhow", "async-io", diff --git a/Cargo.toml b/Cargo.toml index 856518a..8bcda11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmtc" -version = "0.2.11" +version = "0.2.12" authors = ["figsoda "] edition = "2018" description = "Minimal mpd terminal client that aims to be simple yet highly configurable"