Skip to content

Commit d5e2f4a

Browse files
committed
build: advance version to 0.9.0
1 parent 8c81de9 commit d5e2f4a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
java
5-
id("org.jetbrains.intellij") version "0.4.16"
5+
id("org.jetbrains.intellij") version "0.4.18"
66
kotlin("jvm") version "1.4-M1"
77
}
88

99
group = "com.github.lppedd"
10-
version = "0.8.2"
10+
version = "0.9.0"
1111

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

change-notes/0_9_0.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<h3>0.9.0 (06/04/2020)</h3>
2+
<p>
3+
Fourteenth alpha release.<br/>
4+
New feature and refactoring
5+
</p>
6+
<ul>
7+
<li>
8+
Added comprehensive support for the <code>Co-authored-by</code> footer type.<br>
9+
I've worked hard to have the best UX possible. <strong>Try it and let me know!</strong>
10+
</li>
11+
<li>Aligned the parser to the Conventional Commit standard for footers</li>
12+
<li>Offered only footer values when completing in that context. No more interferences with other unneeded items</li>
13+
</ul>

0 commit comments

Comments
 (0)