diff --git a/docs/antora.yml b/docs/antora.yml index 5dffb59..2bd673a 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: lsp title: Pkl Language Server -version: 0.5.2 +version: 0.5.3 nav: - nav.adoc diff --git a/docs/modules/ROOT/pages/CHANGELOG.adoc b/docs/modules/ROOT/pages/CHANGELOG.adoc index 5ff615d..bbacf6e 100644 --- a/docs/modules/ROOT/pages/CHANGELOG.adoc +++ b/docs/modules/ROOT/pages/CHANGELOG.adoc @@ -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) @@ -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) diff --git a/gradle.properties b/gradle.properties index 83f3281..a470fd9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=org.pkl-lang -version=0.5.2 +version=0.5.3