From efd139a6981a4e4e096ef3913d3b304372d1fd3f Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Sun, 26 Apr 2020 13:27:07 -0400 Subject: [PATCH] Publish v0.8.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8d6ea..84eb43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ## UNRELEASED +## v0.8.0 (2020-04-26) + +### Added + +* Windows powershell and batch support [#58](https://github.com/jakedeichert/mask/pull/58) ([@tensor-programming](https://github.com/tensor-programming)) + +### Fixed + +* Re-add formatting CI [#60](https://github.com/jakedeichert/mask/pull/60) + diff --git a/Cargo.lock b/Cargo.lock index 33bfa01..e84b64f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "mask" -version = "0.7.1" +version = "0.8.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 05f44de..fa3e032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mask" -version = "0.7.1" +version = "0.8.0" description = "A CLI task runner defined by a simple markdown file" authors = ["Jake Deichert "] repository = "https://github.com/jakedeichert/mask"