Skip to content

Commit 428ce9b

Browse files
committed
Update release notes
1 parent 496f589 commit 428ce9b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.macOS(.v11),
99
.tvOS(.v13),
1010
.watchOS(.v7),
11-
.visionOS(.v1),
11+
.visionOS(.v1)
1212
],
1313
products: [
1414
.library(

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ Until then, deprecated features may be removed in the next minor version.
66

77

88

9+
## 0.4.2
10+
11+
This version makes PrintingKit work on visionOS.
12+
13+
14+
915
## 0.4.1
1016

11-
This version makes the package build in macOS Catalyst.
17+
This version makes PrintingKit work on macOS Catalyst.
1218

1319

1420

0 commit comments

Comments
 (0)