Skip to content

Commit b11f4c0

Browse files
committed
Version bump to v6.1
1 parent 7b36ee5 commit b11f4c0

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).
44

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

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

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

2425
* The demo now includes a SwiftUI example
2526
* Fix for SwiftUI when a FetchDefinition request is synchronous
26-
27+
2728
## [6.0](https://github.com/square/FetchRequests/releases/tag/6.0.0)
2829
Released on 2023-04-05
2930

FetchRequests.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FetchRequests'
3-
s.version = '6.0.3'
3+
s.version = '6.1.0'
44
s.license = 'MIT'
55
s.summary = 'NSFetchedResultsController inspired eventing'
66
s.homepage = 'https://github.com/square/FetchRequests'

0 commit comments

Comments
 (0)