Skip to content

Commit 4952609

Browse files
chore(main): release 4.3.0 (#1683)
1 parent b803dc0 commit 4952609

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.0"
2+
".": "4.3.0"
33
}

CHANGELOG.md

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

3+
## [4.3.0](https://github.com/googlemaps/android-maps-utils/compare/v4.2.0...v4.3.0) (2026-04-24)
4+
5+
6+
### Features
7+
8+
* add constructor parameter for custom Executor in cluster renderers ([#1682](https://github.com/googlemaps/android-maps-utils/issues/1682)) ([b803dc0](https://github.com/googlemaps/android-maps-utils/commit/b803dc0602417806d1b029498c60a7111ffed723))
9+
310
## [4.2.0](https://github.com/googlemaps/android-maps-utils/compare/v4.1.1...v4.2.0) (2026-04-22)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ tasks.register<Exec>("installAndLaunch") {
4545
allprojects {
4646
group = "com.google.maps.android"
4747
// {x-release-please-start-version}
48-
version = "4.2.0"
48+
version = "4.3.0"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)