From e40510445aeb828bbc50131834286bb28690f4a4 Mon Sep 17 00:00:00 2001 From: Martin Fink Date: Mon, 1 Jul 2024 15:54:45 +0200 Subject: [PATCH 1/2] Remove pluginUntilBuild --- gradle.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 71e0094..4e60976 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,6 @@ pluginVersion = 0.2.9 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 299.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC From 788aaea5e5f30f7d9efcf6cc787f41203d913103 Mon Sep 17 00:00:00 2001 From: Andreas Fehn Date: Sat, 27 Jul 2024 00:35:53 +0200 Subject: [PATCH 2/2] add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1628ac4..b1f7214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +- Remove upper version bound + ## [0.2.9] - 2024-01-26 - Apply changes from [template v1.11.3](https://github.com/JetBrains/intellij-platform-plugin-template/releases/tag/v1.11.3)