Skip to content

Commit 8173c4a

Browse files
authored
Prepare 0.30.2 release (#1372)
1 parent 2513ddb commit 8173c4a

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Pkl 0.30 Release Notes
22
:version: 0.30
3-
:version-minor: 0.30.1
3+
:version-minor: 0.30.2
44
:release-date: November 3rd, 2025
55

66
:yaml-binary-scalar: https://yaml.org/type/binary.html

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

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

4+
[[release-0.30.2]]
5+
== 0.30.2 (2025-12-15)
6+
7+
=== Fixes
8+
9+
* Fixes formatting of blank files (https://github.com/apple/pkl/pull/1351[#1351]).
10+
* 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]).
11+
* Make linux executables link to glibc 2.17 (https://github.com/apple/pkl/pull/1352[#1352]).
12+
* Fix incorrect parsing of super expressions (https://github.com/apple/pkl/pull/1364[#1364]).
13+
14+
=== Contributors ❤️
15+
16+
Thank you to all the contributors for this release!
17+
18+
* https://github.com/bioball[@bioball]
19+
* https://github.com/HT154[@HT154]
20+
* https://github.com/stackoverflow[@stackoverflow]
21+
422
[[release-0.30.1]]
523
== 0.30.1 (2025-12-03)
624

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.30.1",
5+
"script-ref": "org.pkl-lang:pkl-cli-java:0.30.2",
66
"java-agents": []
77
},
88
"pkl-codegen-java": {
9-
"script-ref": "org.pkl-lang:pkl-codegen-java:0.30.1",
9+
"script-ref": "org.pkl-lang:pkl-codegen-java:0.30.2",
1010
"java-agents": []
1111
},
1212
"pkl-codegen-kotlin": {
13-
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.30.1",
13+
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.30.2",
1414
"java-agents": []
1515
}
1616
},

0 commit comments

Comments
 (0)