Skip to content

Commit

Permalink
Publish v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Oct 13, 2019
1 parent 184b7fb commit 76fc450
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

## UNRELEASED





## v0.7.0 (2019-10-13)

### Breaking Changes

* Allow any shell executor that supports -c evaluation (sh, bash, zsh, fish, dash, etc...) [#37](https://github.com/jakedeichert/mask/pull/37)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mask"
version = "0.6.0"
version = "0.7.0"
description = "A CLI task runner defined by a simple markdown file"
authors = ["Jake Deichert <[email protected]>"]
repository = "https://github.com/jakedeichert/mask"
Expand Down

0 comments on commit 76fc450

Please sign in to comment.