Skip to content

Commit

Permalink
Release 0.4.0 #194
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed May 15, 2023
1 parent 385e891 commit bcfe4bc
Show file tree
Hide file tree
Showing 2 changed files with 11 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.3.11'
@define NEXT_VERSION='0.4.0'
@define REPO='xonixx/intellij-awk'

@goal default
Expand Down
11 changes: 10 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.3.11'
version '0.4.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -53,6 +53,15 @@ Find more info at <a href="https://github.com/xonixx/intellij-awk">https://githu
""")
// language=html
changeNotes.set("""
<p>
<b>v0.4.0</b>
<a href="https://github.com/xonixx/intellij-awk/milestone/22?closed=1">GitHub issues</a>
<ul>
<li>Inspection to remove unnecessary semicolon</li>
<li>Improvements to auto-formatter</li>
<li>Fixes / improvements</li>
</ul>
</p>
<p>
<b>v0.3.11</b>
<a href="https://github.com/xonixx/intellij-awk/milestone/21?closed=1">GitHub issues</a>
Expand Down

0 comments on commit bcfe4bc

Please sign in to comment.