Skip to content

Commit 7569b96

Browse files
authored
Add release notes for 0.28.2 (#1042)
1 parent ad131b5 commit 7569b96

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Pkl 0.28 Release Notes
22
:version: 0.28
3-
:version-minor: 0.28.1
3+
:version-minor: 0.28.2
44
:release-date: February 26th, 2025
55

66
include::ROOT:partial$component-attributes.adoc[]

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

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

4+
[[release-0.28.2]]
5+
== 0.28.2 (2025-04-17)
6+
7+
=== Fixes
8+
9+
* Adds an optimization when object bodies with generators produce no members (https://github.com/apple/pkl/pull/1013[#1013]).
10+
* Fixes a runtime crash when `--output-path` points to a directory (https://github.com/apple/pkl/pull/1038[#1038]).
11+
* Fixes a bug that sometimes causes pkl-doc to crash (https://github.com/apple/pkl/pull/1028[#1028]).
12+
13+
=== Miscellaneous
14+
15+
* Documentation improvements (https://github.com/apple/pkl/pull/982[#982], https://github.com/apple/pkl/pull/1010[#1010], https://github.com/apple/pkl/pull/1031[#1031]).
16+
* CI improvements (https://github.com/apple/pkl/pull/1020[#1020]).
17+
18+
=== Contributors ❤️
19+
20+
Thank you to all the contributors for this release!
21+
22+
* https://github.com/JeroenSoeters[@JeroenSoeters]
23+
* https://github.com/KushalP[@KushalP]
24+
* https://github.com/mbvissers[@mbvissers]
25+
* https://github.com/pepicrft[@pepicrft]
26+
427
[[release-0.28.1]]
528
== 0.28.1 (2025-03-03)
629

0 commit comments

Comments
 (0)