We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e2c53 commit 49162e3Copy full SHA for 49162e3
2 files changed
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.github.lppedd"
10
-version = "0.2.2"
+version = "0.3.0"
11
12
repositories {
13
mavenCentral()
change-notes/0_3_0.html
@@ -0,0 +1,10 @@
1
+<h3>0.3.0 (05/02/2020)</h3>
2
+<p>
3
+ Fifth alpha release.<br/>
4
+ New features and refactorings
5
+</p>
6
+<ul>
+ <li>Allow defining common commit scopes</li>
+ <li>Show custom defaults file's validation errors when picking it</li>
+ <li>Code clean-up and minor UX fixes</li>
+</ul>
0 commit comments