Skip to content

Commit 843d166

Browse files
authored
Prepare 0.7.0 release (#79)
1 parent f04f776 commit 843d166

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: swift
22
title: Pkl Swift Bindings
3-
version: 0.6.0
3+
version: 0.7.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
= Changelog
22

3+
[[release-0.7.0]]
4+
== 0.7.0 (2025-11-05)
5+
6+
=== Additions
7+
8+
* 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]).
9+
* Support for using the `PklSwift` and `MessagePack` libraries on non-macOS Apple platforms (https://github.com/apple/pkl-swift/pull/78[#78]).
10+
** Features of `PklSwift` that require process spawning have been removed or modified to throw errors on these platforms.
11+
12+
=== Fixes
13+
14+
* 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]).
15+
* Fix a compiler warning in code generated by `pkl-gen-swift` (https://github.com/apple/pkl-swift/pull/73[#73]).
16+
* Fix handling of module/resource reader schemes containing regex control characters (https://github.com/apple/pkl-swift/pull/81[#81]).
17+
18+
=== Miscellaneous
19+
20+
* Enforce Pkl code formatting (https://github.com/apple/pkl-swift/pull/82[#82]).
21+
22+
=== Contributors ❤️
23+
24+
Thank you to all our contributors!
25+
26+
* https://github.com/bioball[@bioball]
27+
* https://github.com/HT154[@HT154]
28+
* https://github.com/persello[@persello]
29+
30+
331
[[release-0.6.0]]
432
== 0.6.0 (2025-10-02)
533

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
:pkl-swift-version: 0.6.0
1+
:pkl-swift-version: 0.7.0

0 commit comments

Comments
 (0)