File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,23 @@ changelog:
1414 - title : Breaking Changes 🗲
1515 labels :
1616 - " Breaking Change"
17+ - " Breaks API"
1718 - title : Exciting New Features 🎉
1819 labels :
1920 - " Exciting New Feature"
21+ - title : Features
22+ labels :
23+ - " Feature"
2024 - title : Enhancement
2125 labels :
2226 - " Enhancement"
2327 - title : Bug Fixes
2428 labels :
25- - " 🐞 Bug"
29+ - " :lady_beetle: Bug"
30+ - " ✋ Soundness"
31+ - title : Dependencies
32+ labels :
33+ - dependencies
2634 - title : Other Changes
2735 labels :
2836 - " *"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ static def getDate() {
4646def build = System . env. BUILD_NUMBER == null ? " -dev" : " -${ System.env.BUILD_NUMBER} "
4747
4848group = " org.key-project"
49- version = " 2.12.4 $build "
49+ version = " 2.13.0 $build "
5050
5151subprojects {
5252 apply plugin : " java"
You can’t perform that action at this time.
0 commit comments