Skip to content

Commit 22c6e76

Browse files
chore(main): release 6.1.0 (#507)
* chore(main): release 6.1.0 * chore(release-please--branches--main): Patch to release branch 6.1.0 (#509) --------- Co-authored-by: Subhodip Banerjee <[email protected]>
1 parent 125dfe5 commit 22c6e76

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "6.1.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v6.0.0...v6.1.0) (2024-11-07)
4+
5+
6+
### Features
7+
8+
* **map:** allow custom iconView on GMSMarker subclasses ([#506](https://github.com/googlemaps/google-maps-ios-utils/issues/506)) ([125dfe5](https://github.com/googlemaps/google-maps-ios-utils/commit/125dfe516b0ad4497889da1ec3b6e02a38174ae9))
9+
310
## [6.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v5.0.0...v6.0.0) (2024-07-31)
411

512

Google-Maps-iOS-Utils.podspec

+1-1
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 = "6.0.0" # x-release-please-version
6+
s.version = "6.1.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

+1-1
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', '6.0.0' # x-release-please-version
8+
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
7070

7171
target 'TARGET_NAME' do
7272
pod 'GoogleMaps', '9.0.0'
73-
pod 'Google-Maps-iOS-Utils', '6.0.0'
73+
pod 'Google-Maps-iOS-Utils', '6.1.0' # x-release-please-version
7474
end
7575
```
7676

0 commit comments

Comments
 (0)