From 7e7c62230342d0ccb5f4977fbe59cc869dccd598 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Tue, 29 Aug 2023 14:02:00 +0200 Subject: [PATCH] chore(skip-release): Prepare for 1.26.0 Signed-off-by: Fred Bricon --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 04298fe49..d7d927263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ ideaVersion = IC-2022.2 -projectVersion=1.25.1-SNAPSHOT +projectVersion=1.26.0 jetBrainsToken=invalid jetBrainsChannel=stable quarkusVersion=3.1.2.Final diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 5ea3f83fb..f53bb1567 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,6 +11,14 @@ ]]> 1.26.0 +
    +
  • Added Microprofile inspections preferences
  • +
  • Added Qute inspections preferences
  • +
  • Show completion items' documentation
  • +
  • Bug fixes
  • +
+ Learn more in the changelog.

1.25.0

  • Added LSP cancellation support