File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
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
99group = " com.github.lppedd"
10- version = " 0.8.2 "
10+ version = " 0.9.0 "
1111
1212repositories {
1313 maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments