Skip to content

Commit 84f6fec

Browse files
committed
v6.0.2
1 parent 8ffedf5 commit 84f6fec

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.2](https://github.com/square/FetchRequests/releases/tag/6.0.2)
6+
Released on 2023-09-21
7+
8+
* Cleanup warnings in Xcode 15
9+
510
## [6.0.1](https://github.com/square/FetchRequests/releases/tag/6.0.1)
611
Released on 2023-06-23
712

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

0 commit comments

Comments
 (0)