diff --git a/docs/modules/release-notes/pages/0.30.adoc b/docs/modules/release-notes/pages/0.30.adoc index 2f7360c2..5deb8e01 100644 --- a/docs/modules/release-notes/pages/0.30.adoc +++ b/docs/modules/release-notes/pages/0.30.adoc @@ -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 diff --git a/docs/modules/release-notes/pages/changelog.adoc b/docs/modules/release-notes/pages/changelog.adoc index 7a3c2740..6f036d00 100644 --- a/docs/modules/release-notes/pages/changelog.adoc +++ b/docs/modules/release-notes/pages/changelog.adoc @@ -5,6 +5,24 @@ include::ROOT:partial$component-attributes.adoc[] == 0.31.0 (UNRELEASED) xref:0.31.adoc[Release Notes] +[[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) diff --git a/jbang-catalog.json b/jbang-catalog.json index bada6cc0..657aa99d 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.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": [] } },