Skip to content

Commit dca6da8

Browse files
authored
Prepare 0.30.1 release (#1338)
1 parent 7711a16 commit dca6da8

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-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.0
3+
:version-minor: 0.30.1
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
= Changelog
22
include::ROOT:partial$component-attributes.adoc[]
33

4+
[[release-0.30.1]]
5+
== 0.30.1 (2025-12-03)
6+
7+
=== Fixes
8+
9+
* Fixes formatting of `Map` constructors with line comments (https://github.com/apple/pkl/pull/1312[#1312]).
10+
* Fixes a crash when parsing empty parenthesized types (https://github.com/apple/pkl/pull/1323[#1323]).
11+
* Fixes a parser issue allowing too many newlines between tokens (https://github.com/apple/pkl/pull/1328[#1328]).
12+
* Fixes parsing of URIs with schemes containing `+`, `-`, or `.` (https://github.com/apple/pkl/pull/1335[#1335]).
13+
* Fixes a crash when creating very large `List` instances (https://github.com/apple/pkl/pull/1337[#1337]).
14+
15+
=== Contributors ❤️
16+
17+
Thank you to all the contributors for this release!
18+
19+
* https://github.com/bioball[@bioball]
20+
* https://github.com/HT154[@HT154]
21+
* https://github.com/spyoungtech[@spyoungtech]
22+
* https://github.com/stackoverflow[@stackoverflow]
23+
424
[[release-0.30.0]]
525
== 0.30.0 (2025-10-30)
626

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

0 commit comments

Comments
 (0)