Skip to content

Commit b3ac77b

Browse files
author
Matty Cross
committed
Bump version.
1 parent a958571 commit b3ac77b

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 crash when stubbing function that takes Sendable closure
2+
- Make `make` more reliable.
3+
- Fix errors when using Swift 6 strict concurrency checking
4+
15
- Add back Generator.xcodeproj for local building.
26

37
- Downgrade SwiftPM version.

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.14'
3+
s.version = '2.0.15'
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.14
1+
2.0.15

0 commit comments

Comments
 (0)