Skip to content

Commit 2a71951

Browse files
authored
Prepare 0.29.1 release (#1191)
1 parent f0896ba commit 2a71951

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

docs/modules/release-notes/pages/0.29.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Pkl 0.29 Release Notes
22
:version: 0.29
3-
:version-minor: 0.29.0
3+
:version-minor: 0.29.1
44
:release-date: July 24th, 2025
55

66
include::ROOT:partial$component-attributes.adoc[]

docs/modules/release-notes/pages/changelog.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
= Changelog
22
include::ROOT:partial$component-attributes.adoc[]
33

4+
[[release-0.29.1]]
5+
== 0.29.1 (2025-08-27)
6+
7+
=== Fixes
8+
9+
* Fixes an issue where autocompletion in Bash and ZSH do noes not suggest filenames (https://github.com/apple/pkl/pull/1161[#1161]).
10+
* Fixes an issue where `pkldoc` throws a runtime error about failing to load class path resources (https://github.com/apple/pkl/issues/1174[#1174]).
11+
* Fixes an issue where `pkldoc` always runs with `testMode` set to true.
12+
* Fixes an issue where evaluating a module that ends with an unmatched backtick throws `ArrayIndexOutOfBoundsException` (https://github.com/apple/pkl/issues/1182[#1182]).
13+
* Fixes the formatting of YAML strings when emitting backslash characters within quoted strings (https://github.com/apple/pkl/pull/1165[#1165]).
14+
* Fixes an issue where `local` members inside `Mapping` objects are incorrectly encoded into binary format (https://github.com/apple/pkl/issues/1151[#1151]).
15+
16+
=== Contributors ❤️
17+
18+
Thank you to all the contributors for this release!
19+
20+
* https://github.com/bioball[@bioball]
21+
* https://github.com/gordonbondon[@gordonbondon]
22+
* https://github.com/HT154[@HT154]
23+
424
[[release-0.29.0]]
525
== 0.29.0 (2025-07-24)
626

jbang-catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"catalogs": {},
33
"aliases": {
44
"pkl": {
5-
"script-ref": "org.pkl-lang:pkl-cli-java:0.29.0",
5+
"script-ref": "org.pkl-lang:pkl-cli-java:0.29.1",
66
"java-agents": []
77
},
88
"pkl-codegen-java": {
9-
"script-ref": "org.pkl-lang:pkl-codegen-java:0.29.0",
9+
"script-ref": "org.pkl-lang:pkl-codegen-java:0.29.1",
1010
"java-agents": []
1111
},
1212
"pkl-codegen-kotlin": {
13-
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.29.0",
13+
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.29.1",
1414
"java-agents": []
1515
}
1616
},

0 commit comments

Comments
 (0)