Skip to content

Commit

Permalink
chore(main): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Jul 30, 2024
1 parent bde2a17 commit 07987a3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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 @@
{
".": "4.2.2"
".": "5.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* Bump minimum to iOS 14 ([#444](https://github.com/googlemaps/google-maps-ios-utils/issues/444))

### Features

* 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))
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 = "4.2.2" # x-release-please-version
s.version = "5.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, '14.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
use_frameworks!
pod 'GoogleMaps', '8.4.0'
pod 'Google-Maps-iOS-Utils', '4.2.2' # x-release-please-version
pod 'Google-Maps-iOS-Utils', '5.0.0' # x-release-please-version
end
# [END maps_ios_utils_podfile_template]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ range of applications using the [Google Maps SDK for iOS][sdk].
use_frameworks!

target 'TARGET_NAME' do
pod 'GoogleMaps', '8.0.0'
pod 'Google-Maps-iOS-Utils', '4.2.2'
pod 'GoogleMaps', '5.0.0'
pod 'Google-Maps-iOS-Utils', '5.0.0'
end
```
<!-- x-release-please-end -->
Expand Down

0 comments on commit 07987a3

Please sign in to comment.