mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
bump version
This commit is contained in:
parent
de34cc398f
commit
e307158e42
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.2.12 - 2021-02-07
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Support for hostname resolution
|
||||||
|
|
||||||
|
|
||||||
## v0.2.11 - 2021-02-07
|
## v0.2.11 - 2021-02-07
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -435,7 +435,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-io",
|
"async-io",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.2.11"
|
version = "0.2.12"
|
||||||
authors = ["figsoda <figsoda@pm.me>"]
|
authors = ["figsoda <figsoda@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue