Skip to content

Commit 8c94a21

Browse files
author
Matty Cross
committed
Bump version.
1 parent 22d4497 commit 8c94a21

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
- Integrate Mise.
27
- Fix typed-throws compilation issue with Swift 6.2
38
- Add support for typed-throws methods

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

0 commit comments

Comments
 (0)