Skip to content

Commit b148356

Browse files
chore(main): release 6.0.0
1 parent 52c3d4d commit b148356

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
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-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v5.0.0...v6.0.0) (2024-07-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9.
9+
10+
### Features
11+
12+
* Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9. ([52c3d4d](https://github.com/googlemaps/google-maps-ios-utils/commit/52c3d4d6b5b7d182d64b6442d0ceb2b76afe372d))
13+
314
## [5.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v4.2.2...v5.0.0) (2024-07-30)
415

516

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 = "5.0.0" # x-release-please-version
6+
s.version = "6.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, '15.0'
55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66
use_frameworks!
77
pod 'GoogleMaps', '9.0.0'
8-
pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-version
8+
pod 'Google-Maps-iOS-Utils', '6.0.0' # x-release-please-version
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ range of applications using the [Google Maps SDK for iOS][sdk].
9393
### [Carthage](https://github.com/Carthage/Carthage)
9494

9595
<details>
96-
<summary>Only supported if using Maps SDK v6.2.1 or earlier</summary>
96+
<summary>Only supported if using Maps SDK v6.0.0 or earlier</summary>
9797

9898
In your `Cartfile`:
9999

100100
```
101-
github "googlemaps/google-maps-ios-utils" ~> 4.1.0
101+
github "googlemaps/google-maps-ios-utils" ~> 6.0.0
102102
```
103103

104104
See the [Carthage doc] for further installation instructions.

0 commit comments

Comments
 (0)