diff --git a/CHANGELOG.md b/CHANGELOG.md index 030d835..f7323c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## UNRELEASED + +## v0.9.0 (2020-08-10) + ### Added * Allow absolute naming for headings [#71](https://github.com/jakedeichert/mask/pull/71) ([@lsampras](https://github.com/lsampras)) diff --git a/Cargo.lock b/Cargo.lock index e84b64f..cecf327 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.8.0" +version = "0.9.0" 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 fa3e032..3011e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.8.0" +version = "0.9.0" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"