Skip to content

Commit 49162e3

Browse files
committed
build: advance version for release 0.3.0
1 parent 44e2c53 commit 49162e3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.github.lppedd"
10-
version = "0.2.2"
10+
version = "0.3.0"
1111

1212
repositories {
1313
mavenCentral()

change-notes/0_3_0.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
7+
<li>Allow defining common commit scopes</li>
8+
<li>Show custom defaults file's validation errors when picking it</li>
9+
<li>Code clean-up and minor UX fixes</li>
10+
</ul>

0 commit comments

Comments
 (0)