Skip to content

Commit 1e79c20

Browse files
committed
build: advance version to 0.13.0
1 parent c6a9e60 commit 1e79c20

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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.12.0"
10+
version = "0.13.0"
1111

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

change-notes/0_13_0.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>0.13.0 (11/04/2020)</h3>
2+
<p>
3+
Twentieth alpha release.<br/>
4+
Feature, fix and refactoring
5+
</p>
6+
<ul>
7+
<li>
8+
Talking about template completion, as you can see
9+
<a href="https://github.com/lppedd/idea-conventional-commit/issues/25">issue 25</a>
10+
is <strong>closed</strong>! The entire code which power template completion has been
11+
rewritten to use the context completion's contributor, so the engine is the same now.<br>
12+
Because of this <strong>feature disparity shouldn't be a thing anymore</strong>!
13+
</li>
14+
<li>
15+
Fixed the handling of the "template state" for inspections. In fact inspections are
16+
able to call a <code>isTemplateActive</code> method and react accordingly.
17+
</li>
18+
</ul>

0 commit comments

Comments
 (0)