Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty Cross committed Feb 6, 2025
1 parent 3db0c2c commit cfef9b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- Fix podspec.
- Improve code readability.
- Add GitHub test action.
- docs: update README.md for contribute section
- Add public imports to configuration
- Update Tuist.
- Automatically prepend changelog.
- Remove Carthage support.
- Simplify project and add watchOS support.
- Fixed typeErasure template when method.isThrowing
- Fix automatic version file generation during release.
- Update Version.swift
- Fix OCMock integration not working properly.

## 1.4.1
- Sidestep `SourceKit`'s off-by-one bug when parsing generic parameter inheritance.
- Fix incorrect `where` clause parsing.
Expand Down
2 changes: 1 addition & 1 deletion Cuckoo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Cuckoo'
s.version = '2.0.10'
s.version = '2.0.11'
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).
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.10
2.0.11

0 comments on commit cfef9b3

Please sign in to comment.