We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014980 commit 8f72375Copy full SHA for 8f72375
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+- Fix Path-related warnings from CuckooPluginFile
2
+- Run GHA for pull requests.
3
+- Fix swiftlang dependencies
4
+
5
- Fix crash when stubbing function that takes Sendable closure
6
- Make `make` more reliable.
7
- Fix errors when using Swift 6 strict concurrency checking
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.0.15'
+ s.version = '2.0.16'
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.15
+2.0.16
0 commit comments