We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef3c30 commit 8f91e55Copy full SHA for 8f91e55
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
`FetchRequests` adheres to [Semantic Versioning](https://semver.org/).
4
5
+## [6.0.3](https://github.com/square/FetchRequests/releases/tag/6.0.3)
6
+Released on 2024-03-06
7
+
8
+* Cleanup warnings in Xcode 15.3
9
10
## [6.0.2](https://github.com/square/FetchRequests/releases/tag/6.0.2)
11
Released on 2023-09-21
12
FetchRequests.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
s.name = 'FetchRequests'
- s.version = '6.0.2'
+ s.version = '6.0.3'
s.license = 'MIT'
s.summary = 'NSFetchedResultsController inspired eventing'
s.homepage = 'https://github.com/square/FetchRequests'
0 commit comments