Skip to content

Commit

Permalink
Release 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Oct 31, 2024
1 parent 5b889d0 commit 3801571
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CocoaPods Core Changelog

## Master
## 1.16.2 (2024-10-31)

##### Enhancements

Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (1.16.1)
cocoapods-core (1.16.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -15,8 +15,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (7.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -35,6 +36,7 @@ GEM
awesome_print (1.9.2)
bacon (1.2.0)
base64 (0.1.2)
benchmark (0.3.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.4)
Expand All @@ -50,7 +52,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.4)
json (2.7.5)
kicker (3.0.0)
listen (~> 1.3.0)
notify (~> 0.5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-core/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pod
# The version of the cocoapods-core.
#
CORE_VERSION = '1.16.1'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.16.2'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit 3801571

Please sign in to comment.