Skip to content

Commit c4af22e

Browse files
chore(main): release 5.0.0 (#476)
* chore(main): release 5.0.0 --------- Co-authored-by: Angela Yu <[email protected]>
1 parent bde2a17 commit c4af22e

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.2"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [5.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v4.2.2...v5.0.0) (2024-07-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Bump minimum to iOS 14 ([#444](https://github.com/googlemaps/google-maps-ios-utils/issues/444))
9+
10+
### Features
11+
12+
* Bump minimum to iOS 14 ([#444](https://github.com/googlemaps/google-maps-ios-utils/issues/444)) ([bde2a17](https://github.com/googlemaps/google-maps-ios-utils/commit/bde2a17bb01b17fe82ecfc6197255acebbb84644))

Google-Maps-iOS-Utils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "Google-Maps-iOS-Utils"
6-
s.version = "4.2.2" # x-release-please-version
6+
s.version = "5.0.0" # x-release-please-version
77
s.summary = "A utilities library for use with Google Maps SDK for iOS."
88
s.description = "
99
This library contains classes that are useful for a wide range of applications

Podfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ platform :ios, '14.0'
55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66
use_frameworks!
77
pod 'GoogleMaps', '8.4.0'
8-
pod 'Google-Maps-iOS-Utils', '4.2.2' # x-release-please-version
8+
pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-version
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
7171

7272
target 'TARGET_NAME' do
7373
pod 'GoogleMaps', '8.0.0'
74-
pod 'Google-Maps-iOS-Utils', '4.2.2'
74+
pod 'Google-Maps-iOS-Utils', '5.0.0'
7575
end
7676
```
7777
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)