Skip to content

Commit

Permalink
release: new version 0.9.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 27, 2019
1 parent 4da8c99 commit 54f5656
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.5
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ update()
exit 0
}
version() { echo v0.9.4; }
version() { echo v0.9.5; }
# get box.phar path
get-box()
Expand Down

0 comments on commit 54f5656

Please sign in to comment.