Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: intellij
title: IntelliJ Plugin
version: 0.35.0
version: 0.35.1
nav:
- nav.adoc
15 changes: 14 additions & 1 deletion docs/modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
@@ -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]).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading