Skip to content

Commit bc8dc19

Browse files
committed
build: advance version to 0.11.1
1 parent 6919b4d commit bc8dc19

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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.11.0"
10+
version = "0.11.1"
1111

1212
repositories {
1313
maven("https://dl.bintray.com/kotlin/kotlin-eap")

change-notes/0_11_1.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<h3>0.11.1 (09/04/2020)</h3>
2+
<p>
3+
Eighteenth alpha release.<br/>
4+
Minor fix
5+
</p>
6+
<ul>
7+
<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>
8+
<li>Avoided a check for process cancellation if in template mode, which caused an exception being thrown</li>
9+
</ul>

0 commit comments

Comments
 (0)