From b3483391ed3b3c6b26824f91e756db21f247c153 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Tue, 27 Aug 2024 09:14:18 -0400 Subject: [PATCH] Updated version to 0.7.0. Updated changelog. --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c4240..224950f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +- Fix for execution hanging when plugin is not initialized. + ## [0.6.4] - 2024-08-19 - Updated to intellij-platform-plugin 2.0.1. diff --git a/gradle.properties b/gradle.properties index a3c554c..f3a7900 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = bld.idea pluginName = bld pluginRepositoryUrl = https://github.com/rife2/bld-idea # SemVer format -> https://semver.org -pluginVersion = 0.6.5 +pluginVersion = 0.7.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233