mirror of https://github.com/apple/pkl-swift
Prepare 0.4.1 release (#40)
This commit is contained in:
parent
b253e83f7b
commit
3c5da314c9
|
@ -1 +1 @@
|
|||
0.4.0
|
||||
0.4.1
|
|
@ -1,5 +1,5 @@
|
|||
name: swift
|
||||
title: Pkl Swift Bindings
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
nav:
|
||||
- nav.adoc
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
= Changelog
|
||||
|
||||
[[release-0.4.1]]
|
||||
== 0.4.1 (2025-02-04)
|
||||
|
||||
=== Fixes
|
||||
|
||||
* Fixes an issue where union types might get decoded as the wrong Swift type (https://github.com/apple/pkl-swift/pull/39[#39]).
|
||||
|
||||
[[release-0.4.0]]
|
||||
== 0.4.0 (2025-01-24)
|
||||
|
||||
|
|
Loading…
Reference in New Issue