Skip to content

Commit

Permalink
Prepare 0.3.0 release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball authored Oct 10, 2024
1 parent e6f6aa8 commit 44a0440
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.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.2.3
version: 0.3.0
nav:
- nav.adoc
33 changes: 33 additions & 0 deletions docs/modules/ROOT/pages/CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
= Changelog

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

=== Additions

* Add support for Pkl 0.26 features (https://github.com/apple/pkl-swift/pull/23[#23]).
* Add support for Windows (https://github.com/apple/pkl-swift/pull/24[#24]).

=== Changes

* Code generation change: `registeredIdentifier` is changed from `var` to `let` (https://github.com/apple/pkl-swift/pull/3[#3]).

=== Breaking Changes

* Remove support for custom `Pair`, because it is not meant to describe configuration data, and also can be better implemented as a tuple (https://github.com/apple/pkl-swift/pull/21[#21]).

=== Miscellaneous

* Documentation improvements (https://github.com/apple/pkl-swift/pull/10[#10], https://github.com/apple/pkl-swift/pull/12[#12], https://github.com/apple/pkl-swift/pull/16[#16]).
* Remove iOS from supported platforms in Package.swift (this was never supported) (https://github.com/apple/pkl-swift/pull/14[#14]).
* Code improvements (https://github.com/apple/pkl-swift/pull/25[#25]).

=== Contributors ❤️

Thank you to all our contributors!

* https://github.com/bricklife[@bricklife]
* https://github.com/krzysztofzablocki[@krzysztofzablocki]
* https://github.com/redryerye[@redryerye]
* https://github.com/shsw228[@shsw228]
* https://github.com/kasugamirai[@kasugamirai]
* https://github.com/Kila2[@Kila2]

[[release-0.2.3]]
== 0.2.3 (2024-02-04)

Expand Down

0 comments on commit 44a0440

Please sign in to comment.