Prepare 0.32.1 release (#1789)

This commit is contained in:
Daniel Chao
2026-07-23 09:00:53 -07:00
committed by GitHub
parent ae78112205
commit b26ec4af93
3 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
= Pkl 0.32 Release Notes
:version: 0.32
:version-minor: 0.32.0
:version-minor: 0.32.1
:release-date: July 8th, 2026
:version-next: 0.33
:version-next-date: October 2026
@@ -1,6 +1,22 @@
= Changelog
include::ROOT:partial$component-attributes.adoc[]
[[release-0.32.1]]
== 0.32.1 (2026-07-23)
=== Fixes
* Fix closing intermediate response bodies when following HTTP redirects (https://github.com/apple/pkl/pull/1749[#1749]).
* Fix `eval -x` of local members (https://github.com/apple/pkl/pull/1760[#1760]).
* Fix variable resolution of object body params (https://github.com/apple/pkl/pull/1788[#1788]).
=== Contributors ❤️
Thank you to all the contributors for this release!
* https://github.com/bioball[@bioball]
* https://github.com/KushalP[@KushalP]
[[release-0.32.0]]
== 0.32.0 (2026-07-08)
+3 -3
View File
@@ -2,15 +2,15 @@
"catalogs": {},
"aliases": {
"pkl": {
"script-ref": "org.pkl-lang:pkl-cli-java:0.32.0",
"script-ref": "org.pkl-lang:pkl-cli-java:0.32.1",
"java-agents": []
},
"pkl-codegen-java": {
"script-ref": "org.pkl-lang:pkl-codegen-java:0.32.0",
"script-ref": "org.pkl-lang:pkl-codegen-java:0.32.1",
"java-agents": []
},
"pkl-codegen-kotlin": {
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.32.0",
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.32.1",
"java-agents": []
}
},