From 0be71617dfaac27b72a0f9affd78314532ff2f6a Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Mon, 8 Jan 2024 11:14:21 +0100 Subject: [PATCH] chore(skip-release): Prepare for 1.30.1 Signed-off-by: Fred Bricon --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 79dc243a4..1c667dad3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginName=Quarkus Tools pluginRepositoryUrl=https://github.com/redhat-developer/intellij-quarkus # SemVer format -> https://semver.org # NO SPACES AROUND THE EQUALS SIGN!! -pluginVersion=1.30.0 +pluginVersion=1.30.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=222 #pluginUntilBuild=233.* diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 639e97ad1..890f266fc 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -5,6 +5,11 @@ Red-Hat 1.30.1 +
    +
  • Fix compatibility with Telemetry 1.1.0
  • +
+ Learn more in the changelog.

1.30.0

  • Create "Quarkus Dev Mode" run configuration on project import