We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b253e83 commit 3c5da31Copy full SHA for 3c5da31
VERSION.txt
@@ -1 +1 @@
1
-0.4.0
+0.4.1
docs/antora.yml
@@ -1,5 +1,5 @@
name: swift
2
title: Pkl Swift Bindings
3
-version: 0.4.0
+version: 0.4.1
4
nav:
5
- nav.adoc
docs/modules/ROOT/pages/CHANGELOG.adoc
@@ -1,5 +1,12 @@
= Changelog
+[[release-0.4.1]]
+== 0.4.1 (2025-02-04)
+
6
+=== Fixes
7
8
+* Fixes an issue where union types might get decoded as the wrong Swift type (https://github.com/apple/pkl-swift/pull/39[#39]).
9
10
[[release-0.4.0]]
11
== 0.4.0 (2025-01-24)
12
0 commit comments