From 7de7463c2e0fbf8cc80e0be85fc65112d524a87f Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Tue, 18 Apr 2023 14:09:17 -0700 Subject: [PATCH] Release 1.12.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 16 ++++++++-------- lib/cocoapods/gem_version.rb | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebb492985..9e2f258082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi To install release candidates run `[sudo] gem install cocoapods --pre` -## Master +## 1.12.1 (2023-04-18) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 33937deadc..7b2028ce6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,10 +7,10 @@ GIT GIT remote: https://github.com/CocoaPods/Core.git - revision: 84d294920d738e5040dbcde505311ea3b82dafbd + revision: 6a316652956dd4dddc01e899e4f270b0954124e1 branch: 1-12-stable specs: - cocoapods-core (1.12.0) + cocoapods-core (1.12.1) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -30,7 +30,7 @@ GIT GIT remote: https://github.com/CocoaPods/Nanaimo.git - revision: f04a2e3db256497faf71a9ed4e1baa3ea810d7ac + revision: 2a5c613f3f1f95903293d10ecd87ee4ce2400c75 branch: master specs: nanaimo (0.3.0) @@ -119,10 +119,10 @@ GIT PATH remote: . specs: - cocoapods (1.12.0) + cocoapods (1.12.1) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.12.0) + cocoapods-core (= 1.12.1) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.6.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -143,13 +143,13 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (6.1.7.2) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) @@ -245,7 +245,7 @@ GEM rb-kqueue (>= 0.2) metaclass (0.0.4) method_source (0.8.2) - minitest (5.17.0) + minitest (5.18.0) mocha (1.4.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) diff --git a/lib/cocoapods/gem_version.rb b/lib/cocoapods/gem_version.rb index 04451fabf8..eba7c9fb45 100644 --- a/lib/cocoapods/gem_version.rb +++ b/lib/cocoapods/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the CocoaPods command line tool. # - VERSION = '1.12.0'.freeze unless defined? Pod::VERSION + VERSION = '1.12.1'.freeze unless defined? Pod::VERSION end