Skip to content

Commit c1f9442

Browse files
committed
Revert Swift 6 restriction
1 parent 8640377 commit c1f9442

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 5.9
22

33
import PackageDescription
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<img src="https://img.shields.io/github/v/release/danielsaidi/RichTextKit?color=%2300550&sort=semver" alt="Version" />
7-
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
7+
<img src="https://img.shields.io/badge/Swift-5.9-orange.svg" alt="Swift 5.9" />
88
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
99
<img src="https://img.shields.io/github/license/danielsaidi/RichTextKit" alt="MIT License" />
1010
<a href="https://twitter.com/danielsaidi"><img src="https://img.shields.io/twitter/url?label=Twitter&style=social&url=https%3A%2F%2Ftwitter.com%2Fdanielsaidi" alt="Twitter: @danielsaidi" title="Twitter: @danielsaidi" /></a>

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Until then, minor updates may remove deprecated features and introduce breaking
66

77

88

9+
## 1.1.1
10+
11+
This release reverts the Swift 6 restriction.
12+
13+
The library is still ready for Swift 6, but will not require it due to compatibility issues.
14+
15+
This version lets you keep using RichTextKit with Xcode 15.
16+
17+
18+
919
## 1.1
1020

1121
This release makes RichTextKit use Swift 6.

0 commit comments

Comments
 (0)