mirror of
https://github.com/apple/pkl.git
synced 2026-08-04 03:08:41 +02:00
Co-authored-by: Daniel Chao <dan.chao@apple.com>
This commit is contained in:
co-authored by
Daniel Chao
parent
2242cc9c82
commit
2c9e3161d8
@@ -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
|
||||
|
||||
@@ -6,6 +6,22 @@ include::ROOT:partial$component-attributes.adoc[]
|
||||
|
||||
xref:0.33.adoc[Release Notes]
|
||||
|
||||
[[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
@@ -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": []
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user