Prepare 0.30.2 release (#1372)

This commit is contained in:
Daniel Chao
2025-12-15 11:12:56 -08:00
committed by GitHub
parent 2513ddb13d
commit 8173c4aaad
3 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
= Pkl 0.30 Release Notes
:version: 0.30
:version-minor: 0.30.1
:version-minor: 0.30.2
:release-date: November 3rd, 2025
:yaml-binary-scalar: https://yaml.org/type/binary.html

View File

@@ -1,6 +1,24 @@
= Changelog
include::ROOT:partial$component-attributes.adoc[]
[[release-0.30.2]]
== 0.30.2 (2025-12-15)
=== Fixes
* Fixes formatting of blank files (https://github.com/apple/pkl/pull/1351[#1351]).
* Fixes an issue where the `pkl format` CLI command adds an extra newline when writing formatted content to standard output (https://github.com/apple/pkl/issues/1346[#1346]).
* Make linux executables link to glibc 2.17 (https://github.com/apple/pkl/pull/1352[#1352]).
* Fix incorrect parsing of super expressions (https://github.com/apple/pkl/pull/1364[#1364]).
=== Contributors ❤️
Thank you to all the contributors for this release!
* https://github.com/bioball[@bioball]
* https://github.com/HT154[@HT154]
* https://github.com/stackoverflow[@stackoverflow]
[[release-0.30.1]]
== 0.30.1 (2025-12-03)

View File

@@ -2,15 +2,15 @@
"catalogs": {},
"aliases": {
"pkl": {
"script-ref": "org.pkl-lang:pkl-cli-java:0.30.1",
"script-ref": "org.pkl-lang:pkl-cli-java:0.30.2",
"java-agents": []
},
"pkl-codegen-java": {
"script-ref": "org.pkl-lang:pkl-codegen-java:0.30.1",
"script-ref": "org.pkl-lang:pkl-codegen-java:0.30.2",
"java-agents": []
},
"pkl-codegen-kotlin": {
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.30.1",
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.30.2",
"java-agents": []
}
},