From 1007cebd0e8c8d3339a673094aa37fca657e2bc3 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Tue, 29 Oct 2024 11:53:47 -0700 Subject: [PATCH 1/2] Release 1.16.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 14 ++++++++------ lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfc9bac..b5298426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.16.1 (2024-10-29) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 3d47ec8d..02e586d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.16.0) + cocoapods-core (1.16.1) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -15,16 +15,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4.2) + activesupport (7.2.1.2) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) @@ -58,6 +59,7 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) + logger (1.6.1) metaclass (0.0.4) method_source (1.0.0) minitest (5.25.1) @@ -65,7 +67,6 @@ GEM metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) mocha (>= 0.13.0) - mutex_m (0.2.0) nap (1.1.0) netrc (0.11.0) notify (0.5.2) @@ -107,6 +108,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + securerandom (0.3.1) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 50c0b68b..dfff130f 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '1.16.0'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.16.1'.freeze unless defined? Pod::CORE_VERSION end From 5b889d0117e0f3a0c76acef8a8931b0c8f7fab2f Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Tue, 29 Oct 2024 11:53:49 -0700 Subject: [PATCH 2/2] [CHANGELOG] Add empty Master section --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5298426..2c658b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CocoaPods Core Changelog +## Master + +##### Enhancements + +* None. + +##### Bug Fixes + +* None. + + ## 1.16.1 (2024-10-29) ##### Enhancements