diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfc9bac..2c658b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ * None. +## 1.16.1 (2024-10-29) + +##### Enhancements + +* None. + +##### Bug Fixes + +* None. + + ## 1.16.0 (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