Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: swift
title: Pkl Swift Bindings
version: 0.6.0
version: 0.7.0
nav:
- nav.adoc
28 changes: 28 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
= Changelog

[[release-0.7.0]]
== 0.7.0 (2025-11-05)

=== Additions

* Support for configuring the new trace mode evaluator option introduced in Pkl 0.30 (https://github.com/apple/pkl-swift/pull/74[#74], https://github.com/apple/pkl-swift/pull/76[#76]).
* Support for using the `PklSwift` and `MessagePack` libraries on non-macOS Apple platforms (https://github.com/apple/pkl-swift/pull/78[#78]).
** Features of `PklSwift` that require process spawning have been removed or modified to throw errors on these platforms.

=== Fixes

* Fix handling for the `pkl.Class` and `pkl.TypeAlias` encoding changes introduced in Pkl 0.30 (https://github.com/apple/pkl-swift/pull/77[#77]).
* Fix a compiler warning in code generated by `pkl-gen-swift` (https://github.com/apple/pkl-swift/pull/73[#73]).
* Fix handling of module/resource reader schemes containing regex control characters (https://github.com/apple/pkl-swift/pull/81[#81]).

=== Miscellaneous

* Enforce Pkl code formatting (https://github.com/apple/pkl-swift/pull/82[#82]).

=== Contributors ❤️

Thank you to all our contributors!

* https://github.com/bioball[@bioball]
* https://github.com/HT154[@HT154]
* https://github.com/persello[@persello]


[[release-0.6.0]]
== 0.6.0 (2025-10-02)

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/component-attributes.adoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:pkl-swift-version: 0.6.0
:pkl-swift-version: 0.7.0