Skip to content

Commit

Permalink
Temp downgrade to Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Nov 6, 2024
1 parent bdeea3c commit bdf6362
Show file tree
Hide file tree
Showing 3 changed files with 9 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/TagKit?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/TagKit" alt="MIT License" />
<a href="https://twitter.com/danielsaidi">
Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
TagKit will use semver after 1.0.



## 0.4.1

This version temporarily downgrades to Swift 5.9 since Xcode 16.1 made things stop working.



## 0.4

This version makes TagKit use Swift 6.
Expand Down

0 comments on commit bdf6362

Please sign in to comment.