Skip to content

Commit

Permalink
build: advance version for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Feb 4, 2020
1 parent 44e2c53 commit 49162e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.lppedd"
version = "0.2.2"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down
10 changes: 10 additions & 0 deletions change-notes/0_3_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<h3>0.3.0 (05/02/2020)</h3>
<p>
Fifth alpha release.<br/>
New features and refactorings
</p>
<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 comments on commit 49162e3

Please sign in to comment.