diff --git a/docs/antora.yml b/docs/antora.yml index c644c88..a636aed 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: intellij title: IntelliJ Plugin -version: 0.35.0 +version: 0.35.1 nav: - nav.adoc diff --git a/docs/modules/ROOT/pages/changelog.adoc b/docs/modules/ROOT/pages/changelog.adoc index a6c81d9..a1abfe1 100644 --- a/docs/modules/ROOT/pages/changelog.adoc +++ b/docs/modules/ROOT/pages/changelog.adoc @@ -1,9 +1,22 @@ = Changelog +[[release-0.35.1]] +== 0.35.1 (2025-12-15) + +=== Bugs fixed + +* Error: Legacy configurable id calculation mode (https://github.com/apple/pkl-intellij/issues/142[#142]). + +=== Contributors ❤️ + +We would like to thank the contributors to this release (in alphabetical order): + +* https://github.com/bioball[@bioball] + [[release-0.35.0]] == 0.35.0 (2025-11-26) -== Changes +=== Changes * Bump max allowed IntelliJ version to 253.* (https://github.com/apple/pkl-intellij/pull/130[#130]). * Add diagnostic error for incorrect type argument counts (https://github.com/apple/pkl-intellij/pull/132[#132]). diff --git a/gradle.properties b/gradle.properties index bc9901e..5cd08a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ group=org.pkl # https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/update_plugins_format.html -version=0.35.0 +version=0.35.1 org.gradle.jvmargs=-Dfile.encoding=UTF-8 org.gradle.parallel=true