bump version

This commit is contained in:
figsoda 2021-02-07 16:26:34 -05:00
parent de34cc398f
commit e307158e42
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## v0.2.12 - 2021-02-07
### Features
- Support for hostname resolution
## v0.2.11 - 2021-02-07

2
Cargo.lock generated
View file

@ -435,7 +435,7 @@ dependencies = [
[[package]]
name = "mmtc"
version = "0.2.11"
version = "0.2.12"
dependencies = [
"anyhow",
"async-io",

View file

@ -1,6 +1,6 @@
[package]
name = "mmtc"
version = "0.2.11"
version = "0.2.12"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2018"
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"