Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Sep 26, 2024
1 parent 14d8691 commit f313228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
All notable changes to this project will be documented in this file.
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).

## [7.0.1](https://github.com/square/FetchRequests/releases/tag/7.0.1)
Release 2024-09-26

* Restore support for Swift 5 compiler

## [7.0](https://github.com/square/FetchRequests/releases/tag/7.0.0)
Release 2024-09-XX
Release 2024-09-11

* Compiles cleanly in the Swift 6 language mode
* Requires the Swift 6 compiler
Expand Down
2 changes: 1 addition & 1 deletion FetchRequests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FetchRequests'
s.version = '7.0.0'
s.version = '7.0.1'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
Expand Down

0 comments on commit f313228

Please sign in to comment.