Skip to content

Commit

Permalink
build: advance version for release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 10, 2019
1 parent 49bb856 commit 037e393
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.lppedd'
version '0.4.3'
version '0.4.4'

sourceCompatibility = 1.8

Expand Down
9 changes: 9 additions & 0 deletions change-notes/0_4_4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h3>0.4.4 (11/11/2019)</h3>
<p>
Fourth alpha release.<br/>
Performance and usability improvements
</p>
<ul>
<li>Update highlight strategy on configuration changes only, to avoid checking during Psi work.</li>
<li>Add preview for the highlighting style of the return keyword.</li>
</ul>

0 comments on commit 037e393

Please sign in to comment.