Skip to content

Commit

Permalink
build: advance version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Oct 1, 2020
1 parent 758296b commit 411f898
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Available @ [JetBrains Plugins Repository][1]

Looking for the latest **plugin binaries**? Get them [here][2] as `.zip`
<small>Supported IDE versions: `192.*` to `202.*` (both inclusive)</small>
<small>Supported IDE versions: `192.*` to `203.*` (both inclusive)</small>

<strong>Additional Providers</strong> are available by installing other lightweight plugins.

Expand Down
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.15.1"
version = "0.15.2"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
21 changes: 21 additions & 0 deletions change-notes/0_15_2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<h3>0.15.2 (02/10/2020)</h3>
<p>
Twenty-fourth alpha release.<br/>
Build changes, fix and refactorings
</p>
<ul>
<li>Moved compatibility up to IDEA 2020.3</li>
<li>
Fixed automatic insertion/overwrite of colon and parenthesis
in case trailing spaces are present in the line
</li>
<li>
Fixed an exception while getting footer values in certain cases.
See <a href="https://github.com/lppedd/idea-conventional-commit/issues/32">issue 32</a>.
</li>
<li>
Fixed an exception while using the Conventional Commit commit's inspections enhancements.
See <a href="https://github.com/lppedd/idea-conventional-commit/issues/33">issue 33</a>.
</li>
<li>Done a minor code clean-up</li>
</ul>

0 comments on commit 411f898

Please sign in to comment.