Skip to content

Commit

Permalink
build: advance version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Apr 5, 2020
1 parent 11f7f57 commit 6c52a5c
Show file tree
Hide file tree
Showing 2 changed files with 15 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.9.0"
version = "0.10.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
14 changes: 14 additions & 0 deletions change-notes/0_10_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<h3>0.10.0 (06/04/2020)</h3>
<p>
Fifteenth alpha release.<br/>
New features
</p>
<ul>
<li>
Provided a new <strong>inspection</strong> to highlight where the commit message
doesn't follow the Conventional Commit standard.<br>
The inspection is enabled by default so you can try it out, but you may disable
it via <em>Version Control > Commit > Commit message inspections</em>
</li>
<li>Provided a new experimental <strong>Extension Point</strong> to contribute with inspections: <code>commitInspectionProvider</code></li>
</ul>

0 comments on commit 6c52a5c

Please sign in to comment.