From 7569b96088767863dd12e31720b11c35cef06daf Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Thu, 17 Apr 2025 08:24:33 -0700 Subject: [PATCH] Add release notes for 0.28.2 (#1042) --- docs/modules/release-notes/pages/0.28.adoc | 2 +- .../release-notes/pages/changelog.adoc | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/0.28.adoc b/docs/modules/release-notes/pages/0.28.adoc index fe776a5d..639a65c2 100644 --- a/docs/modules/release-notes/pages/0.28.adoc +++ b/docs/modules/release-notes/pages/0.28.adoc @@ -1,6 +1,6 @@ = Pkl 0.28 Release Notes :version: 0.28 -:version-minor: 0.28.1 +:version-minor: 0.28.2 :release-date: February 26th, 2025 include::ROOT:partial$component-attributes.adoc[] diff --git a/docs/modules/release-notes/pages/changelog.adoc b/docs/modules/release-notes/pages/changelog.adoc index 3755fff9..3f382f13 100644 --- a/docs/modules/release-notes/pages/changelog.adoc +++ b/docs/modules/release-notes/pages/changelog.adoc @@ -1,6 +1,29 @@ = Changelog include::ROOT:partial$component-attributes.adoc[] +[[release-0.28.2]] +== 0.28.2 (2025-04-17) + +=== Fixes + +* Adds an optimization when object bodies with generators produce no members (https://github.com/apple/pkl/pull/1013[#1013]). +* Fixes a runtime crash when `--output-path` points to a directory (https://github.com/apple/pkl/pull/1038[#1038]). +* Fixes a bug that sometimes causes pkl-doc to crash (https://github.com/apple/pkl/pull/1028[#1028]). + +=== Miscellaneous + +* 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]). +* CI improvements (https://github.com/apple/pkl/pull/1020[#1020]). + +=== Contributors ❤️ + +Thank you to all the contributors for this release! + +* https://github.com/JeroenSoeters[@JeroenSoeters] +* https://github.com/KushalP[@KushalP] +* https://github.com/mbvissers[@mbvissers] +* https://github.com/pepicrft[@pepicrft] + [[release-0.28.1]] == 0.28.1 (2025-03-03)