mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +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
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
### Features
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -327,7 +327,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mmtc"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"crossterm 0.18.2",
|
||||
|
|
|
@ -2,7 +2,7 @@ cargo-features = ["strip"]
|
|||
|
||||
[package]
|
||||
name = "mmtc"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["figsoda <figsoda@pm.me>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
|
Loading…
Reference in a new issue