From b11f4c06565f3f5adc7372aecd69995a835ba8d6 Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Wed, 3 Apr 2024 14:39:22 -0700 Subject: [PATCH] Version bump to v6.1 --- CHANGELOG.md | 11 ++++++----- FetchRequests.podspec | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffad3f..b5d7a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/FetchRequests.podspec b/FetchRequests.podspec index 6b73a96..ad21070 100644 --- a/FetchRequests.podspec +++ b/FetchRequests.podspec @@ -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'