Skip to content

Commit e751f6a

Browse files
committed
chore: new version v0.12.1 [skip ci] [ci skip]
1 parent 2eec21a commit e751f6a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [v0.12.1](https://github.com/adhocore/please/releases/tag/v0.12.1) (2021-10-20)
2+
3+
### Bug Fixes
4+
- Still need to checkout branch even if NOSYNC=1 (Jitendra Adhikari) [_2eec21a_](https://github.com/adhocore/please/commit/2eec21a)
5+
6+
### Internal Refactors
7+
- Fix the current version, support after-version trigger (Jitendra Adhikari) [_5b32580_](https://github.com/adhocore/please/commit/5b32580)
8+
9+
### Miscellaneous
10+
- Label triggers, add after-version (Jitendra Adhikari) [_d536234_](https://github.com/adhocore/please/commit/d536234)
11+
12+
### Documentations
13+
- Add after-version trigger (Jitendra Adhikari) [_1394541_](https://github.com/adhocore/please/commit/1394541)
14+
15+
116
## [v0.12.0](https://github.com/adhocore/please/releases/tag/v0.12.0) (2021-10-20)
217

318
### Features

VERSION

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

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.12.0; }
132+
version() { echo v0.12.1; }
133133

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

0 commit comments

Comments
 (0)