Skip to content

Commit c92b7ea

Browse files
authored
Prepare 0.5.0 release (#57)
* Add release notes for 0.5.0 * Backfill contributors to include maintainers
1 parent 8e85ed0 commit c92b7ea

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.5.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.4.2
3+
version: 0.5.0
44
nav:
55
- nav.adoc

docs/modules/ROOT/pages/CHANGELOG.adoc

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

3+
[[release-0.5.0]]
4+
== 0.5.0 (2025-07-2)
5+
6+
=== Fixes
7+
8+
* Fixes an issue where URLs are incorrectly serialized (https://github.com/apple/pkl-swift/pull/55[#55]).
9+
10+
=== Additions
11+
12+
* Adds support for using PklProject with pkl-gen-swift (https://github.com/apple/pkl-swift/pull/52[#52]).
13+
* Adds support for Pkl 0.29 features (https://github.com/apple/pkl-swift/pull/56[#56]).
14+
** Add support for consuming `Bytes`, represented as type `[UInt8]` in Swift.
15+
** Add support for HTTP rewrites.
16+
** Add methods `Evaluator.evaluateOutputBytes()` and `Evaluator.evaluateOutputFilesBytes()`.
17+
18+
=== Changes
19+
20+
* Bump minimum Swift version to 5.10 (https://github.com/apple/pkl-swift/pull/53[#53]).
21+
22+
=== Breaking Changes
23+
24+
* `pkl-gen-swift` requires Pkl 0.29.0.
25+
* In `EvaluatorOptions.withProjectEvaluatorSettings`: The `http.proxy.address` and `http.proxy.noProxy` options are applied separately (https://github.com/apple/pkl-swift/pull/56[#56]). +
26+
+
27+
This means that if a PklProject's evaluator settings only sets `http.proxy.address`, the current `noProxy` options are preserved.
28+
29+
=== Contributors ❤️
30+
31+
Thank you to all our contributors!
32+
33+
* https://github.com/bioball[@bioball]
34+
335
[[release-0.4.2]]
436
== 0.4.2 (2025-04-14)
537

@@ -13,6 +45,12 @@
1345
* Auto-generate DocC documentation in the Swift Package Index (https://github.com/apple/pkl-swift/pull/41[#41]).
1446
* Update license headers (https://github.com/apple/pkl-swift/pull/43[#43]).
1547

48+
=== Contributors ❤️
49+
50+
Thank you to all our contributors!
51+
52+
* https://github.com/bioball[@bioball]
53+
1654
[[release-0.4.1]]
1755
== 0.4.1 (2025-02-04)
1856

@@ -40,6 +78,7 @@ Thank you to all our contributors!
4078

4179
* https://github.com/HT154[@HT154]
4280
* https://github.com/jcubit[@jcubit]
81+
* https://github.com/bioball[@bioball]
4382

4483
[[release-0.3.0]]
4584
== 0.3.0 (2024-10-10)
@@ -81,6 +120,12 @@ Thank you to all our contributors!
81120

82121
* Fixes one more Pkl module whose name was incorrect
83122

123+
=== Contributors ❤️
124+
125+
Thank you to all our contributors!
126+
127+
* https://github.com/bioball[@bioball]
128+
84129
[[release-0.2.2]]
85130
== 0.2.2 (2024-02-04)
86131

@@ -89,11 +134,23 @@ Thank you to all our contributors!
89134
* Fixes an issue where module names in Pkl module pkl.swift do not match the package name
90135
* Fix some documentation issues on the website
91136

137+
=== Contributors ❤️
138+
139+
Thank you to all our contributors!
140+
141+
* https://github.com/bioball[@bioball]
142+
92143
[[release-0.2.1]]
93144
== 0.2.1 (2024-02-02)
94145

95146
Fix bug in pkl package url.
96147

148+
=== Contributors ❤️
149+
150+
Thank you to all our contributors!
151+
152+
* https://github.com/stackoverflow[@stackoverflow]
153+
97154
[[release-0.2.0]]
98155
== 0.2.0 (2024-02-02)
99156

0 commit comments

Comments
 (0)