Skip to content

Commit 54d0aa0

Browse files
authored
Bump minimum Swift version to 5.5 (#209)
1 parent acd6f8d commit 54d0aa0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
## master
55

6+
- Changed: minimum language version required is now Swift 5.5 (#209)
7+
- Infrastructure: symlink older SDKs to use in newer Xcode versions (#208)
8+
69
## [0.2.3]
710

811
- Fixed: `introspectPagedTabView` on iOS 16 (#200)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.5
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)