We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a958571 commit b3ac77bCopy full SHA for b3ac77b
CHANGELOG.md
@@ -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
+
5
- Add back Generator.xcodeproj for local building.
6
7
- Downgrade SwiftPM version.
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.0.14'
+ s.version = '2.0.15'
s.summary = 'Cuckoo - first boilerplate-free Swift mocking framework.'
s.description = <<-DESC
Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).
version
@@ -1 +1 @@
-2.0.14
+2.0.15
0 commit comments