From 10ec48f7af2b0dd1856c4cfa5fadbe3fc262da09 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Sun, 28 Jan 2024 09:31:26 -0800 Subject: [PATCH] Release 1.15.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 14 +++++++------- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0f012a..41f85819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.15.0 (2024-01-28) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 147fdfec..2303cf1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.14.3) + cocoapods-core (1.15.0) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -15,7 +15,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.2) + activesupport (7.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -25,7 +25,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) @@ -34,9 +34,9 @@ GEM awesome_print (1.9.2) bacon (1.2.0) base64 (0.1.1) - bigdecimal (3.1.4) + bigdecimal (3.1.6) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crack (0.4.5) rexml @@ -50,7 +50,7 @@ GEM httpclient (2.8.3) i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.1) kicker (3.0.0) listen (~> 1.3.0) notify (~> 0.5.2) @@ -61,7 +61,7 @@ GEM rb-kqueue (>= 0.2) metaclass (0.0.4) method_source (1.0.0) - minitest (5.20.0) + minitest (5.21.2) mocha (1.4.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 2737621a..68153288 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.14.3'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.15.0'.freeze unless defined? Pod::CORE_VERSION end