Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
var512 committed Aug 27, 2021
1 parent 3753328 commit 11bc67e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'test.var512'
version '0.2.0'
version '0.3.0'

repositories {
mavenCentral()
Expand All @@ -19,6 +19,13 @@ patchPluginXml {
sinceBuild = '212'

changeNotes = """
<b>0.3.0</b><br>
<ul>
<li>Improve visibility of yellow objects</li>
<li>Fix CompletionPopup colors contrast</li>
<li>Bump minimal IDE version to 2021.2</li>
</ul>
<br>
<b>0.2.0</b><br>
<ul>
<li>Fix wrong checkbox background</li>
Expand Down

0 comments on commit 11bc67e

Please sign in to comment.