Skip to content

Commit 8f72375

Browse files
author
Matty Cross
committed
Bump version.
1 parent 9014980 commit 8f72375

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- Fix Path-related warnings from CuckooPluginFile
2+
- Run GHA for pull requests.
3+
- Fix swiftlang dependencies
4+
15
- Fix crash when stubbing function that takes Sendable closure
26
- Make `make` more reliable.
37
- Fix errors when using Swift 6 strict concurrency checking

Cuckoo.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 = 'Cuckoo'
3-
s.version = '2.0.15'
3+
s.version = '2.0.16'
44
s.summary = 'Cuckoo - first boilerplate-free Swift mocking framework.'
55
s.description = <<-DESC
66
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.15
1+
2.0.16

0 commit comments

Comments
 (0)