Skip to content

Commit

Permalink
Release 0.4.4 #218
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed May 4, 2024
1 parent 23d39c1 commit a04a318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim: syntax=bash

@define NEXT_VERSION '0.4.3'
@define NEXT_VERSION '0.4.4'
@define REPO 'xonixx/intellij-awk'

@goal default
Expand Down
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'intellij-awk'
version '0.4.3.1'
version '0.4.4'

repositories {
mavenCentral()
Expand Down Expand Up @@ -55,6 +55,14 @@ Find more info at <a href="https://github.com/xonixx/intellij-awk">https://githu
""")
// language=html
changeNotes.set("""
<p>
<b>v0.4.4</b>
<a href="https://github.com/xonixx/intellij-awk/milestone/26?closed=1">GitHub issues</a>
<ul>
<li>Improvements to auto-completion</li>
<li>Improve unused function detection (GAWK)</li>
</ul>
</p>
<p>
<b>v0.4.3</b>
<a href="https://github.com/xonixx/intellij-awk/milestone/25?closed=1">GitHub issues</a>
Expand Down

0 comments on commit a04a318

Please sign in to comment.