Skip to content

Commit 6c52a5c

Browse files
committed
build: advance version to 0.10.0
1 parent 11f7f57 commit 6c52a5c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.9.0"
10+
version = "0.10.0"
1111

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

change-notes/0_10_0.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<h3>0.10.0 (06/04/2020)</h3>
2+
<p>
3+
Fifteenth alpha release.<br/>
4+
New features
5+
</p>
6+
<ul>
7+
<li>
8+
Provided a new <strong>inspection</strong> to highlight where the commit message
9+
doesn't follow the Conventional Commit standard.<br>
10+
The inspection is enabled by default so you can try it out, but you may disable
11+
it via <em>Version Control > Commit > Commit message inspections</em>
12+
</li>
13+
<li>Provided a new experimental <strong>Extension Point</strong> to contribute with inspections: <code>commitInspectionProvider</code></li>
14+
</ul>

0 commit comments

Comments
 (0)