From 4a0d934efc95d0577b48d661d0af1c5024e282a4 Mon Sep 17 00:00:00 2001 From: Subhodip Date: Tue, 2 Dec 2025 19:36:23 +0530 Subject: [PATCH 1/2] feat!: fix semantic versioning violation and update requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: Changes in v6.1.1 were breaking and should have been v7.0.0: - iOS deployment target: 15.0 → 16.0 - GoogleMaps dependency: ~> 9.0 → ~> 10.0 - PR: https://github.com/googlemaps/google-maps-ios-utils/pull/546 - Release PR: https://github.com/googlemaps/google-maps-ios-utils/pull/547 This commit also updates the README to accurately reflect current requirements. Fixes #563 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec525beb..aeb1bd14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ range of applications using the [Google Maps SDK for iOS][sdk]. ## Requirements -- iOS 15.0+ +- iOS 16.0+ - Xcode 15.0+ - [Maps SDK for iOS][sdk] (see [Releases](https://github.com/googlemaps/google-maps-ios-utils/releases) for minimum compatible version) - A Google Maps Platform [API key](https://developers.google.com/maps/documentation/ios-sdk/get-api-key) from a project with the **Maps SDK for iOS** enabled. From dc0325ebc584c717f311735f764ca637f5b46e0a Mon Sep 17 00:00:00 2001 From: Subhodip Date: Tue, 2 Dec 2025 19:36:23 +0530 Subject: [PATCH 2/2] feat!: fix semantic versioning violation and update requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in v6.1.1 were breaking and should have been v7.0.0: - iOS deployment target: 15.0 → 16.0 - GoogleMaps dependency: ~> 9.0 → ~> 10.0 - PR: https://github.com/googlemaps/google-maps-ios-utils/pull/546 - Release PR: https://github.com/googlemaps/google-maps-ios-utils/pull/547 Fixes #563 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec525beb..aeb1bd14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ range of applications using the [Google Maps SDK for iOS][sdk]. ## Requirements -- iOS 15.0+ +- iOS 16.0+ - Xcode 15.0+ - [Maps SDK for iOS][sdk] (see [Releases](https://github.com/googlemaps/google-maps-ios-utils/releases) for minimum compatible version) - A Google Maps Platform [API key](https://developers.google.com/maps/documentation/ios-sdk/get-api-key) from a project with the **Maps SDK for iOS** enabled.