Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#480)
Browse files Browse the repository at this point in the history
* chore(main): release 6.0.0

---------

Co-authored-by: Angela Yu <[email protected]>
  • Loading branch information
googlemaps-bot and wangela authored Jul 31, 2024
1 parent 52c3d4d commit 3234152
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.0"
".": "6.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v5.0.0...v6.0.0) (2024-07-31)


### ⚠ BREAKING CHANGES

* Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9.

### Features

* 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))

## [5.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v4.2.2...v5.0.0) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "Google-Maps-iOS-Utils"
s.version = "5.0.0" # x-release-please-version
s.version = "6.0.0" # x-release-please-version
s.summary = "A utilities library for use with Google Maps SDK for iOS."
s.description = "
This library contains classes that are useful for a wide range of applications
Expand Down
2 changes: 1 addition & 1 deletion Podfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ platform :ios, '15.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
use_frameworks!
pod 'GoogleMaps', '9.0.0'
pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-version
pod 'Google-Maps-iOS-Utils', '6.0.0' # x-release-please-version
end
# [END maps_ios_utils_podfile_template]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].

target 'TARGET_NAME' do
pod 'GoogleMaps', '9.0.0'
pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-start-version
pod 'Google-Maps-iOS-Utils', '6.0.0'
end
```

Expand Down

0 comments on commit 3234152

Please sign in to comment.