mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Import release notes from 0.30.2 (#1375)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
= Pkl 0.30 Release Notes
|
= Pkl 0.30 Release Notes
|
||||||
:version: 0.30
|
:version: 0.30
|
||||||
:version-minor: 0.30.1
|
:version-minor: 0.30.2
|
||||||
:release-date: November 3rd, 2025
|
:release-date: November 3rd, 2025
|
||||||
|
|
||||||
:yaml-binary-scalar: https://yaml.org/type/binary.html
|
:yaml-binary-scalar: https://yaml.org/type/binary.html
|
||||||
|
|||||||
@@ -5,6 +5,24 @@ include::ROOT:partial$component-attributes.adoc[]
|
|||||||
== 0.31.0 (UNRELEASED)
|
== 0.31.0 (UNRELEASED)
|
||||||
|
|
||||||
xref:0.31.adoc[Release Notes]
|
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]]
|
[[release-0.30.1]]
|
||||||
== 0.30.1 (2025-12-03)
|
== 0.30.1 (2025-12-03)
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
"catalogs": {},
|
"catalogs": {},
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"pkl": {
|
"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": []
|
"java-agents": []
|
||||||
},
|
},
|
||||||
"pkl-codegen-java": {
|
"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": []
|
"java-agents": []
|
||||||
},
|
},
|
||||||
"pkl-codegen-kotlin": {
|
"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": []
|
"java-agents": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user