From ce6c1cc3b0cb98ae3e4de319f00c861be6de6121 Mon Sep 17 00:00:00 2001 From: azerr Date: Mon, 9 Sep 2024 09:32:58 +0200 Subject: [PATCH] chore: Changelog for 0.5.0 Signed-off-by: azerr --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 725693b0..215602d0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginName=LSP4IJ pluginRepositoryUrl=https://github.com/redhat-developer/lsp4ij # SemVer format -> https://semver.org # NO SPACES AROUND THE EQUALS SIGN!! -pluginVersion=0.5.0-SNAPSHOT +pluginVersion=0.5.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild=232 #pluginUntilBuild=233.* diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 4f600376..9e29c727 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -5,7 +5,13 @@ Red-Hat 0.4.0 +

0.5.0

+
    +
  • Fixing bugs
  • +
+ Learn more in the changelog. + +

0.4.0

  • Support for workspace/symbol
  • Fixing bugs