Skip to content

Commit cfef9b3

Browse files
author
Matty Cross
committed
Bump version.
1 parent 3db0c2c commit cfef9b3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- Fix podspec.
2+
- Improve code readability.
3+
- Add GitHub test action.
4+
- docs: update README.md for contribute section
5+
- Add public imports to configuration
6+
- Update Tuist.
7+
- Automatically prepend changelog.
8+
- Remove Carthage support.
9+
- Simplify project and add watchOS support.
10+
- Fixed typeErasure template when method.isThrowing
11+
- Fix automatic version file generation during release.
12+
- Update Version.swift
13+
- Fix OCMock integration not working properly.
14+
115
## 1.4.1
216
- Sidestep `SourceKit`'s off-by-one bug when parsing generic parameter inheritance.
317
- Fix incorrect `where` clause parsing.

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

0 commit comments

Comments
 (0)