File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed
docs/modules/release-notes/pages Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11= Changelog
22include::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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments