Skip to content

Commit

Permalink
Revert Swift 6 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Oct 9, 2024
1 parent 8640377 commit c1f9442
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 6.0
// swift-tools-version: 5.9

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<img src="https://img.shields.io/github/v/release/danielsaidi/RichTextKit?color=%2300550&sort=semver" alt="Version" />
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
<img src="https://img.shields.io/badge/Swift-5.9-orange.svg" alt="Swift 5.9" />
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
<img src="https://img.shields.io/github/license/danielsaidi/RichTextKit" alt="MIT License" />
<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>
Expand Down
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Until then, minor updates may remove deprecated features and introduce breaking



## 1.1.1

This release reverts the Swift 6 restriction.

The library is still ready for Swift 6, but will not require it due to compatibility issues.

This version lets you keep using RichTextKit with Xcode 15.



## 1.1

This release makes RichTextKit use Swift 6.
Expand Down

0 comments on commit c1f9442

Please sign in to comment.