Skip to content

Commit

Permalink
Merge pull request #767 from CocoaPods/1-15-stable
Browse files Browse the repository at this point in the history
Merge 1-15-stable
  • Loading branch information
amorde committed Feb 6, 2024
2 parents 677d918 + 11e2a2c commit d9cdb56
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
* None.


## 1.15.2 (2024-02-06)

##### Enhancements

* None.

##### Bug Fixes

* None.


## 1.15.1 (2024-02-06)

##### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cocoapods-core (1.15.1)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
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.15.1'.freeze unless defined? Pod::CORE_VERSION
CORE_VERSION = '1.15.2'.freeze unless defined? Pod::CORE_VERSION
end

0 comments on commit d9cdb56

Please sign in to comment.