From d0e28fef593e4bcfc816979b0b0f3a9763cceac0 Mon Sep 17 00:00:00 2001 From: Pierrick VIGNAND Date: Wed, 6 Dec 2023 22:37:24 +0100 Subject: [PATCH 1/3] Update kotlin to v1.9.21 --- CHANGELOG.md | 1 + build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a6931..5c8eb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Added ### Changed +- Update kotlin to v1.9.21 ### Deprecated diff --git a/build.gradle.kts b/build.gradle.kts index bd40e06..1e5d4cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,9 +6,9 @@ plugins { // Java support id("java") // Kotlin support - id("org.jetbrains.kotlin.jvm") version "1.7.22" + id("org.jetbrains.kotlin.jvm") version "1.9.21" // Gradle IntelliJ Plugin - id("org.jetbrains.intellij") version "1.10.0" + id("org.jetbrains.intellij") version "1.15.0" // Gradle Changelog Plugin id("org.jetbrains.changelog") version "2.0.0" // Gradle Qodana Plugin From 898235c8568c88ea727e0a0b6f8cbd8c118637fb Mon Sep 17 00:00:00 2001 From: Pierrick VIGNAND Date: Wed, 6 Dec 2023 22:37:57 +0100 Subject: [PATCH 2/3] Change compatibility to 2023.3 --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8eb6f..3a4d9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Changed - Update kotlin to v1.9.21 +- Update compatibility for IDEA 2021.3 - 2023.3 ### Deprecated diff --git a/gradle.properties b/gradle.properties index 51c9e11..4ed8290 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ pluginVersion = 2022.1.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 231.* +pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension platformType = IC From e9d17573b622d6f4ab872bc2fe5f2e241536d69f Mon Sep 17 00:00:00 2001 From: Pierrick VIGNAND Date: Wed, 6 Dec 2023 22:54:36 +0100 Subject: [PATCH 3/3] Update plugin version to 2023.1.0 --- CHANGELOG.md | 8 ++++++-- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4d9bf..c92c82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ ### Added ### Changed -- Update kotlin to v1.9.21 -- Update compatibility for IDEA 2021.3 - 2023.3 ### Deprecated @@ -18,6 +16,12 @@ ### Security +## 2023.1.0 - 2023-12-06 + +### Changed +- Update kotlin to v1.9.21 +- Update compatibility for IDEA 2021.3 - 2023.3 + ## 2022.1.2 - 2022-12-06 ### Changed diff --git a/gradle.properties b/gradle.properties index 4ed8290..7126733 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.developerutils.kotlin-function-arguments-helper pluginName = Kotlin Function Arguments Helper # SemVer format -> https://semver.org -pluginVersion = 2022.1.2 +pluginVersion = 2023.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213