Skip to content

Commit ff9b681

Browse files
committed
build: advance version for release 0.2.1
1 parent a6293ee commit ff9b681

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.lppedd'
7-
version '0.2.0'
7+
version '0.2.1'
88

99
sourceCompatibility = JavaVersion.VERSION_12
1010

@@ -31,7 +31,7 @@ intellij {
3131
patchPluginXml {
3232
version project.version
3333
sinceBuild '192'
34-
untilBuild '193.*'
34+
untilBuild '201.*'
3535
changeNotes = new File("change_notes/${version.replace('.', '_')}.html").getText('UTF-8')
3636
pluginDescription = new File("plugin_description.html").getText('UTF-8')
3737
}

change_notes/0_2_1.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h3>0.2.1 (05/02/2020)</h3>
2+
<p>
3+
Fourth alpha release.
4+
</p>
5+
<ul>
6+
<li>Compatibility with IDEA 2020.1</li>
7+
<li>Replaced Lombok in favor of Jabel for Java 12 features</li>
8+
</ul>

0 commit comments

Comments
 (0)