From 3b9ef6e063f78b9e0cfe6a85ea203902cc87ab5e Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Fri, 13 Dec 2019 12:39:17 -0500 Subject: [PATCH] Publish v0.7.1 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ba3bc..7d8d6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ +## v0.7.1 (2019-12-13) + +### Fixed + +* Fix typo in README [#39](https://github.com/jakedeichert/mask/pull/39) ([@nicoder](https://github.com/nicoder)) + +### Added + +* Automated GitHub Releases and attached precompiled binaries for macOS and linux + + + + + ## v0.7.0 (2019-10-13) ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 6d0317f..33bfa01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.7.0" +version = "0.7.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 413377c..05f44de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.7.0" +version = "0.7.1" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"