File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.github.lppedd"
10- version = " 0.9 .0"
10+ version = " 0.10 .0"
1111
1212repositories {
1313 maven(" https://dl.bintray.com/kotlin/kotlin-eap" )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments