From cfef9b39c6ca1a1a483e8524534f151bbeb35f09 Mon Sep 17 00:00:00 2001 From: Matty Cross Date: Thu, 6 Feb 2025 19:23:54 +0100 Subject: [PATCH] Bump version. --- CHANGELOG.md | 14 ++++++++++++++ Cuckoo.podspec | 2 +- version | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1aa1211..99dd1a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cuckoo.podspec b/Cuckoo.podspec index eaddf941..89019716 100644 --- a/Cuckoo.podspec +++ b/Cuckoo.podspec @@ -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). diff --git a/version b/version index fee3c925..da37822f 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.10 \ No newline at end of file +2.0.11 \ No newline at end of file