Skip to content

Commit

Permalink
Publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Jul 19, 2019
1 parent e60b6b6 commit 42660bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0] - 2019-07-19

### Breaking Changes

* Changed required arg syntax from `<arg>` to `(arg)` to prevent markdown renderers from breaking [#16](https://github.com/jakedeichert/mask/pull/16)

### Fixed

* Using `<>` for required args causes breakage in certain markdown renderers [#15](https://github.com/jakedeichert/mask/issues/15)
* Using `inline code` in a command description doesn't get output with `-h` [#9](https://github.com/jakedeichert/mask/issues/9)





## [0.2.1] - 2019-07-17

Expand All @@ -8,6 +22,9 @@
* bash, zsh, and fish executors





## [0.2.0] - 2019-07-16

Initial release 🎉
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.2.1"
version = "0.3.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 42660bc

Please sign in to comment.