diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c17fca..1395f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,16 @@ ## UNRELEASED + + + + +## v0.5.1 (2019-09-24) + ### Added * Colored help output and text wrapping [#30](https://github.com/jakedeichert/mask/pull/30) ([@DrSensor](https://github.com/DrSensor)) - ### Fixed * No need to show mask's author and description in help output [#32](https://github.com/jakedeichert/mask/pull/32) @@ -22,7 +27,6 @@ * Add `$MASK` and `$MASKFILE_DIR` utility env variables [#26](https://github.com/jakedeichert/mask/pull/26) - ### Fixed * Error when command has no script and missing subcommand [#27](https://github.com/jakedeichert/mask/pull/27) diff --git a/Cargo.lock b/Cargo.lock index 91bce9a..bc7df3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4e6160b..deec9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.5.0" +version = "0.5.1" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"