From 177f37ca22478c1e505d6e5002a049987189ac05 Mon Sep 17 00:00:00 2001
From: xonix
Date: Mon, 8 Jul 2024 00:25:21 +0300
Subject: [PATCH] Release 0.4.5 #220
---
Makesurefile | 2 +-
build.gradle | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Makesurefile b/Makesurefile
index 19b52fe..a18adae 100644
--- a/Makesurefile
+++ b/Makesurefile
@@ -1,6 +1,6 @@
# vim: syntax=bash
-@define NEXT_VERSION '0.4.4'
+@define NEXT_VERSION '0.4.5'
@define REPO 'xonixx/intellij-awk'
@goal default
diff --git a/build.gradle b/build.gradle
index 0aa722c..85d2cc4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ plugins {
}
group 'intellij-awk'
-version '0.4.4'
+version '0.4.5'
repositories {
mavenCentral()
@@ -55,6 +55,13 @@ Find more info at https://githu
""")
// language=html
changeNotes.set("""
+
+ v0.4.5
+ GitHub issues
+
+ - Fix incorrect auto-insertion of
}
on Enter
+
+
v0.4.4
GitHub issues