Skip to content

Commit

Permalink
build: advance version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Mar 26, 2020
1 parent 12000d9 commit e452d21
Show file tree
Hide file tree
Showing 2 changed files with 14 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.6.0"
version = "0.7.0"

repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
Expand Down
13 changes: 13 additions & 0 deletions change-notes/0_7_0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<h3>0.7.0 (27/03/2020)</h3>
<p>
Tenth alpha release.<br/>
New features, refactoring and build changes
</p>
<ul>
<li>Updated to Kotlin 1.4-M1</li>
<li>Used the Kotlin Standard Library provided by the IDE to reduce the plugin's size</li>
<li>Enhanced parsing and completion accuracy of commit tokens</li>
<li>Enhanced fluidity of the typing experience (e.g. with parenthesis or colon)</li>
<li>Created many platform/code tests for bug prevention</li>
<li>Did a substantial code clean-up</li>
</ul>

0 comments on commit e452d21

Please sign in to comment.