We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d4497 commit 8c94a21Copy full SHA for 8c94a21
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+- Update Cocoapods and change Ruby version.
2
+- Update SwiftSyntax.
3
+- Update Xcodeproj to 9.0.0
4
+- Update contribution instructions.
5
+
6
- Integrate Mise.
7
- Fix typed-throws compilation issue with Swift 6.2
8
- Add support for typed-throws methods
Cuckoo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
- s.version = '2.1.0'
+ s.version = '2.1.1'
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.1.0
+2.1.1
0 commit comments