Skip to content

Commit

Permalink
chore: new version v0.12.0 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 20, 2021
1 parent 469f814 commit 608b492
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v0.12.0](https://github.com/adhocore/please/releases/tag/v0.12.0) (2021-10-20)

### Features
- Create released tag locally as well (Jitendra Adhikari) [_4e37156_](https://github.com/adhocore/please/commit/4e37156)

### Miscellaneous
- Annotate exit points (Jitendra Adhikari) [_469f814_](https://github.com/adhocore/please/commit/469f814)
- Bump ver (Jitendra Adhikari) [_2c90a1b_](https://github.com/adhocore/please/commit/2c90a1b)

### Documentations
- Custom release branch (Jitendra Adhikari) [_43974b5_](https://github.com/adhocore/please/commit/43974b5)


## [v0.11.1](https://github.com/adhocore/please/releases/tag/v0.11.1) (2021-04-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.1
v0.12.0
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ update()
ok " Done [${NEWVER}]" 0
}

version() { echo v0.11.1; }
version() { echo vv0.12.0; }

# get box.phar path
get-box()
Expand Down

0 comments on commit 608b492

Please sign in to comment.