Skip to content

Commit

Permalink
build: advance version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 9, 2020
1 parent 6919b4d commit bc8dc19
Show file tree
Hide file tree
Showing 2 changed files with 10 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.11.0"
version = "0.11.1"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
9 changes: 9 additions & 0 deletions change-notes/0_11_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h3>0.11.1 (09/04/2020)</h3>
<p>
Eighteenth alpha release.<br/>
Minor fix
</p>
<ul>
<li>See <a href="https://plugins.jetbrains.com/plugin/13389-conventional-commit/update/83149">Conventional Commit <strong>0.11.0</strong> change notes</a>!</li>
<li>Avoided a check for process cancellation if in template mode, which caused an exception being thrown</li>
</ul>

0 comments on commit bc8dc19

Please sign in to comment.