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: lsp
title: Pkl Language Server
version: 0.5.2
version: 0.5.3
nav:
- nav.adoc
19 changes: 19 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
= Changelog

[[release-0.5.3]]
== 0.5.3 (2025-12-16)

=== Fixes

* Fix incorrect bundling of the Pkl stdlib (https://github.com/apple/pkl-lsp/pull/130[#130]).

=== Contributors ❤️

Thank you to all of our contributors!

* https://github.com/bioball[@bioball]

[[release-0.5.2]]
== 0.5.2 (2025-12-16)

Expand All @@ -11,6 +24,12 @@

* Bump Pkl formatter to 0.30.2, which fixes some formatting bugs (https://github.com/apple/pkl-lsp/pull/125[#125]).

=== Contributors ❤️

Thank you to all of our contributors!

* https://github.com/bioball[@bioball]

[[release-0.5.1]]
== 0.5.1 (2025-11-05)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.pkl-lang
version=0.5.2
version=0.5.3
Loading