Skip to content

Commit 2f838d0

Browse files
committed
v6.0.1
1 parent 10078d4 commit 2f838d0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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.0](https://github.com/square/FetchRequests/releases/tag/5.0.0)
5+
## [6.0.1](https://github.com/square/FetchRequests/releases/tag/6.0.1)
6+
Released on 2023-06-23
7+
8+
* The demo now includes a SwiftUI example
9+
* Fix for SwiftUI when a FetchDefinition request is synchronous
10+
11+
## [6.0](https://github.com/square/FetchRequests/releases/tag/6.0.0)
612
Released on 2023-04-05
713

814
* Requires Swift 5.8

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.0'
3+
s.version = '6.0.1'
44
s.license = 'MIT'
55
s.summary = 'NSFetchedResultsController inspired eventing'
66
s.homepage = 'https://github.com/square/FetchRequests'

0 commit comments

Comments
 (0)