Add release notes for 0.26.2 (#586)

This commit is contained in:
Daniel Chao
2024-07-18 09:13:11 -07:00
committed by GitHub
parent 7c3787396e
commit 0eab5fb552
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
= Pkl 0.26 Release Notes
:version: 0.26
:version-minor: 0.26.1
:version-minor: 0.26.2
:release-date: June 17th, 2024
include::ROOT:partial$component-attributes.adoc[]

View File

@@ -1,6 +1,13 @@
= Changelog
include::ROOT:partial$component-attributes.adoc[]
[[release-0.26.2]]
== 0.26.2 (2024-07-18)
=== Fixes
* Fixes a possible race condition where multiple concurrent Pkl evaluations results in a thrown exception when downloading packages (https://github.com/apple/pkl/pull/584[#584]).
[[release-0.26.1]]
== 0.26.1 (2024-06-28)