Skip to content

Commit

Permalink
chore: new version 0.10.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 23, 2019
1 parent 7934eab commit 2dbfae6
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.10.2](https://github.com/adhocore/please/releases/tag/0.10.2) (2019-10-23)

### Miscellaneous
- Minor cleanup, organize (Jitendra Adhikari) [_7934eab_](https://github.com/adhocore/please/commit/7934eab)

### Documentations
- Add missing events (Jitendra Adhikari) [_3ab3ac9_](https://github.com/adhocore/please/commit/3ab3ac9)


## [0.10.1](https://github.com/adhocore/please/releases/tag/0.10.1) (2019-09-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ update()
ok " Done [${NEWVER}]" 0
}
version() { echo v0.10.1; }
version() { echo v0.10.2; }
# get box.phar path
get-box()
Expand Down

0 comments on commit 2dbfae6

Please sign in to comment.