diff --git a/CHANGELOG.md b/CHANGELOG.md index 412ee4c..191fa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ +## v0.11.1 (2022-02-14) + +### Added + +* Add Apple Silicon (M1) binary to releases [#88](https://github.com/jakedeichert/mask/pull/88) + + ## v0.11.0 (2021-04-15) diff --git a/Cargo.lock b/Cargo.lock index 25cebaa..410e107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/mask/Cargo.toml b/mask/Cargo.toml index da64bdf..638fc57 100644 --- a/mask/Cargo.toml +++ b/mask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.11.0" +version = "0.11.1" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"