Skip to content

Commit d9cdb56

Browse files
authored
Merge pull request #767 from CocoaPods/1-15-stable
Merge 1-15-stable
2 parents 677d918 + 11e2a2c commit d9cdb56

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
* None.
1212

1313

14+
## 1.15.2 (2024-02-06)
15+
16+
##### Enhancements
17+
18+
* None.
19+
20+
##### Bug Fixes
21+
22+
* None.
23+
24+
1425
## 1.15.1 (2024-02-06)
1526

1627
##### Enhancements

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-core (1.15.1)
4+
cocoapods-core (1.15.2)
55
activesupport (>= 5.0, < 8)
66
addressable (~> 2.8)
77
algoliasearch (~> 1.0)

lib/cocoapods-core/gem_version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pod
22
# The version of the cocoapods-core.
33
#
4-
CORE_VERSION = '1.15.1'.freeze unless defined? Pod::CORE_VERSION
4+
CORE_VERSION = '1.15.2'.freeze unless defined? Pod::CORE_VERSION
55
end

0 commit comments

Comments
 (0)