Skip to content

Commit

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

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
18 changes: 18 additions & 0 deletions change-notes/0_13_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<h3>0.13.0 (11/04/2020)</h3>
<p>
Twentieth alpha release.<br/>
Feature, fix and refactoring
</p>
<ul>
<li>
Talking about template completion, as you can see
<a href="https://github.com/lppedd/idea-conventional-commit/issues/25">issue 25</a>
is <strong>closed</strong>! The entire code which power template completion has been
rewritten to use the context completion's contributor, so the engine is the same now.<br>
Because of this <strong>feature disparity shouldn't be a thing anymore</strong>!
</li>
<li>
Fixed the handling of the "template state" for inspections. In fact inspections are
able to call a <code>isTemplateActive</code> method and react accordingly.
</li>
</ul>

0 comments on commit 1e79c20

Please sign in to comment.