Skip to content

Commit

Permalink
Add changelog for 0.9.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball authored Dec 18, 2024
1 parent cbcdf63 commit b0b11ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
= Changelog

[[release-0.9.0]]
== 0.9.0 (2024-12-18)

=== Additions

* Add new struct fields to match added standard library properties in Pkl 0.27 (https://github.com/apple/pkl-go/pull/101[#101], https://github.com/apple/pkl-go/pull/119[#119]).
* Add a new API called `ExternalReaderClient`, which provides a way to write an external module or resource reader (https://github.com/apple/pkl-go/pull/101[#101]).

=== Miscellaneous

* Codebase improvements (https://github.com/apple/pkl-go/pull/110[#110], https://github.com/apple/pkl-go/pull/112[#112]).

=== Fixes

* Fix a memory leak where `NewProjectEvaluatorWithCommand` creates an ephemeral evaluator but does not close it (https://github.com/apple/pkl-go/pull/112[#112]).

=== Contributors ❤️

Thank you to all the contributors for this release!

* https://github.com/HT154[@HT154]
* https://github.com/kasugamirai[@kasugamirai]

[[release-0.8.1]]
== 0.8.1 (2024-10-10)

Expand Down

0 comments on commit b0b11ef

Please sign in to comment.