Skip to content

Commit 608b492

Browse files
committed
chore: new version v0.12.0 [skip ci] [ci skip]
1 parent 469f814 commit 608b492

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v0.12.0](https://github.com/adhocore/please/releases/tag/v0.12.0) (2021-10-20)
2+
3+
### Features
4+
- Create released tag locally as well (Jitendra Adhikari) [_4e37156_](https://github.com/adhocore/please/commit/4e37156)
5+
6+
### Miscellaneous
7+
- Annotate exit points (Jitendra Adhikari) [_469f814_](https://github.com/adhocore/please/commit/469f814)
8+
- Bump ver (Jitendra Adhikari) [_2c90a1b_](https://github.com/adhocore/please/commit/2c90a1b)
9+
10+
### Documentations
11+
- Custom release branch (Jitendra Adhikari) [_43974b5_](https://github.com/adhocore/please/commit/43974b5)
12+
13+
114
## [v0.11.1](https://github.com/adhocore/please/releases/tag/v0.11.1) (2021-04-17)
215

316
### Bug Fixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.11.1
1+
v0.12.0

please

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ update()
129129
ok " Done [${NEWVER}]" 0
130130
}
131131

132-
version() { echo v0.11.1; }
132+
version() { echo vv0.12.0; }
133133

134134
# get box.phar path
135135
get-box()

0 commit comments

Comments
 (0)