File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
14
## [ v0.11.1] ( https://github.com/adhocore/please/releases/tag/v0.11.1 ) (2021-04-17)
2
15
3
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
- v0.11.1
1
+ v0.12.0
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ update()
129
129
ok " Done [${NEWVER} ]" 0
130
130
}
131
131
132
- version () { echo v0.11.1 ; }
132
+ version () { echo vv0.12.0 ; }
133
133
134
134
# get box.phar path
135
135
get-box ()
You can’t perform that action at this time.
0 commit comments