diff --git a/CHANGELOG.md b/CHANGELOG.md index e6eb250..0a27a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.9.5](https://github.com/adhocore/please/releases/tag/0.9.5) (2019-09-23) + +### Bug Fixes +- --help shows examples too (Jitendra Adhikari) [_272c04b_](https://github.com/adhocore/please/commit/272c04b) + +### Miscellaneous +- Remove -i suffix for sed (Jitendra Adhikari) [_128b303_](https://github.com/adhocore/please/commit/128b303) + + ## [0.9.4](https://github.com/adhocore/please/releases/tag/0.9.4) (2019-08-19) ### Bug Fixes diff --git a/VERSION b/VERSION index a602fc9..b0bb878 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 +0.9.5 diff --git a/please b/please index 51ffc36..c253b2a 100755 --- a/please +++ b/please @@ -133,7 +133,7 @@ update() exit 0 } -version() { echo v0.9.4; } +version() { echo v0.9.5; } # get box.phar path get-box()