mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
bump version
This commit is contained in:
parent
02673cf809
commit
1c06e0eed7
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v0.1.1 - 2020-11-03
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- No longer adds extra zeros before the minute number
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- Added [Configuration instructions](https://github.com/figsoda/mmtc/blob/main/Configuration.md)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- New `Condition` - `QueueCurrent`
|
||||||
|
|
||||||
|
|
||||||
## v0.1.0 - 2020-11-02
|
## v0.1.0 - 2020-11-02
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -327,7 +327,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"crossterm 0.18.2",
|
"crossterm 0.18.2",
|
||||||
|
|
|
@ -2,7 +2,7 @@ cargo-features = ["strip"]
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "mmtc"
|
name = "mmtc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["figsoda <figsoda@pm.me>"]
|
authors = ["figsoda <figsoda@pm.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
Loading…
Reference in a new issue