File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11Pod ::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).
Original file line number Diff line number Diff line change 1- 2.0.10
1+ 2.0.11
You can’t perform that action at this time.
0 commit comments