Skip to content

Commit

Permalink
Create release 0.2.1 for new IDEA version 2021.2 #91
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jul 28, 2021
1 parent a4f6152 commit 501c5e2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ intellij {
plugins = ['com.intellij.java']
}
patchPluginXml {
untilBuild '211.*'
untilBuild '212.*'
pluginDescription """
<b>AWK Programming Language Support</b>
<br/><br/>
Expand All @@ -36,12 +36,21 @@ Find more info at <a href="https://github.com/xonixx/intellij-awk">https://githu
<i>Preliminary support for Gawk features is added!</i>
<br/>
<br/>
<a href="https://github.com/xonixx/intellij-awk/milestone/4?closed=1">Items delivered in v0.2.1 release</a>
<br/>
<a href="https://github.com/xonixx/intellij-awk/milestone/2?closed=1">Items delivered in v0.2.0 release</a>
<br/>
<a href="https://github.com/xonixx/intellij-awk/milestone/1?closed=1">Items delivered in v0.0.1 release</a>
<br/><br/>
"""
changeNotes """
<p>
<b>v0.2.1</b>
<ul>
<li>Make compatible with IDEA 2021.2</li>
<li>Minor fixes</li>
</ul>
</p>
<p>
<b>v0.2.0</b>
<ul>
Expand Down

0 comments on commit 501c5e2

Please sign in to comment.