bump version

This commit is contained in:
figsoda 2020-11-03 11:50:27 -05:00
parent 02673cf809
commit 1c06e0eed7
3 changed files with 14 additions and 2 deletions

View file

@ -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
View file

@ -327,7 +327,7 @@ dependencies = [
[[package]]
name = "mmtc"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"crossterm 0.18.2",

View file

@ -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"