Skip to content

Commit 07f7767

Browse files
author
Matty Cross
committed
Bump version.
1 parent c776764 commit 07f7767

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Fix protocol DefaultImpl with associated types + generic functions
2+
- fix(podspec): remove sub.source_files = [] which caused OCMock subspec to fetch no source files
3+
14
- Update README stub instructions.
25
- Fix typed throws
36

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

0 commit comments

Comments
 (0)