Skip to content

Commit

Permalink
build: advance version to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Oct 2, 2020
1 parent 76d5cd6 commit 34eb569
Show file tree
Hide file tree
Showing 2 changed files with 13 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.15.2"
version = "0.15.3"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
12 changes: 12 additions & 0 deletions change-notes/0_15_3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h3>0.15.3 (03/10/2020)</h3>
<p>
Twenty-fifth alpha release.<br/>
Fix and refactorings
</p>
<ul>
<li>Avoided using post-JDK8 APIs to allow JDK8 users to run the plugin smoothly.</li>
<li>
Fixed the handling of recent VCS messages spawning multiple lines in default subject Provider.
</li>
<li>Removed some deprecated platform classes.</li>
</ul>

0 comments on commit 34eb569

Please sign in to comment.