diff --git a/docs/modules/release-notes/pages/0.29.adoc b/docs/modules/release-notes/pages/0.29.adoc index c1cec1eb..2f424f06 100644 --- a/docs/modules/release-notes/pages/0.29.adoc +++ b/docs/modules/release-notes/pages/0.29.adoc @@ -1,6 +1,6 @@ = Pkl 0.29 Release Notes :version: 0.29 -:version-minor: 0.29.0 +:version-minor: 0.29.1 :release-date: July 24th, 2025 include::ROOT:partial$component-attributes.adoc[] diff --git a/docs/modules/release-notes/pages/changelog.adoc b/docs/modules/release-notes/pages/changelog.adoc index 5555f66e..09896636 100644 --- a/docs/modules/release-notes/pages/changelog.adoc +++ b/docs/modules/release-notes/pages/changelog.adoc @@ -1,6 +1,26 @@ = Changelog include::ROOT:partial$component-attributes.adoc[] +[[release-0.29.1]] +== 0.29.1 (2025-08-27) + +=== Fixes + +* Fixes an issue where autocompletion in Bash and ZSH do noes not suggest filenames (https://github.com/apple/pkl/pull/1161[#1161]). +* Fixes an issue where `pkldoc` throws a runtime error about failing to load class path resources (https://github.com/apple/pkl/issues/1174[#1174]). +* Fixes an issue where `pkldoc` always runs with `testMode` set to true. +* Fixes an issue where evaluating a module that ends with an unmatched backtick throws `ArrayIndexOutOfBoundsException` (https://github.com/apple/pkl/issues/1182[#1182]). +* Fixes the formatting of YAML strings when emitting backslash characters within quoted strings (https://github.com/apple/pkl/pull/1165[#1165]). +* Fixes an issue where `local` members inside `Mapping` objects are incorrectly encoded into binary format (https://github.com/apple/pkl/issues/1151[#1151]). + +=== Contributors ❤️ + +Thank you to all the contributors for this release! + +* https://github.com/bioball[@bioball] +* https://github.com/gordonbondon[@gordonbondon] +* https://github.com/HT154[@HT154] + [[release-0.29.0]] == 0.29.0 (2025-07-24) diff --git a/jbang-catalog.json b/jbang-catalog.json index a96250b0..74fe5855 100644 --- a/jbang-catalog.json +++ b/jbang-catalog.json @@ -2,15 +2,15 @@ "catalogs": {}, "aliases": { "pkl": { - "script-ref": "org.pkl-lang:pkl-cli-java:0.29.0", + "script-ref": "org.pkl-lang:pkl-cli-java:0.29.1", "java-agents": [] }, "pkl-codegen-java": { - "script-ref": "org.pkl-lang:pkl-codegen-java:0.29.0", + "script-ref": "org.pkl-lang:pkl-codegen-java:0.29.1", "java-agents": [] }, "pkl-codegen-kotlin": { - "script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.29.0", + "script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.29.1", "java-agents": [] } },