diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb1d04..87b3f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # clojure-extras-plugin Changelog ## [Unreleased] + +## 0.8.3 +- Update Built-in clj-kondo -> v2025.01.16 +- Upgrade plugin for IJ 2025.1 + +## 0.8.2 - Fix deserialization failure ## 0.8.1 diff --git a/gradle.properties b/gradle.properties index d86c5d2..06ed471 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ pluginGroup = com.github.brcosta.cljstuffplugin pluginName = clj-extras-plugin pluginRepositoryUrl = https://github.com/brcosta/clj-extras-plugin # SemVer format -> https://semver.org -pluginVersion = 0.8.2 +pluginVersion = 0.8.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 -pluginUntilBuild = 243.* +pluginUntilBuild = 251.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC @@ -33,4 +33,4 @@ org.gradle.configuration-cache = true org.gradle.caching = true # clj-kondo embedded version -kondoVersion = clj-kondo:clj-kondo:2024.11.14 +kondoVersion = clj-kondo:clj-kondo:2025.01.16 diff --git a/src/main/kotlin/com/github/brcosta/cljstuffplugin/util/AppSettingsComponent.kt b/src/main/kotlin/com/github/brcosta/cljstuffplugin/util/AppSettingsComponent.kt index d5ba1f5..49d2790 100644 --- a/src/main/kotlin/com/github/brcosta/cljstuffplugin/util/AppSettingsComponent.kt +++ b/src/main/kotlin/com/github/brcosta/cljstuffplugin/util/AppSettingsComponent.kt @@ -18,7 +18,7 @@ class AppSettingsComponent { panel = FormBuilder.createFormBuilder() .addLabeledComponent( // TODO: get this from build.gradle - JBLabel("Clj-Kondo executable path (leave empty to use built-in version v2024.11.14):"), + JBLabel("Clj-Kondo executable path (leave empty to use built-in version v2025.01.16):"), cljkondoPath, 1, true