Skip to content

Commit

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

## 6.1.0
Release TBD
## [6.1](https://github.com/square/FetchRequests/releases/tag/6.1.0)
Release 2024-04-03

* Adds async operations for fetch and resort
* Adds completion closure to performPagination, with a boolean value indicating if values were returned or not
* Add async overloads for `performFetch() and `resort(using:)`
* Add completion closure to `performPagination()`, with a boolean value indicating if values were returned or not
* Add async overload to `performPagination()`

## [6.0.3](https://github.com/square/FetchRequests/releases/tag/6.0.3)
Released on 2024-03-06
Expand All @@ -23,7 +24,7 @@ Released on 2023-06-23

* The demo now includes a SwiftUI example
* Fix for SwiftUI when a FetchDefinition request is synchronous

## [6.0](https://github.com/square/FetchRequests/releases/tag/6.0.0)
Released on 2023-04-05

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 = '6.0.3'
s.version = '6.1.0'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
Expand Down

0 comments on commit b11f4c0

Please sign in to comment.