From 9465657c2526bd372a5da53717a64efb8f3a5891 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 14 Sep 2026 10:04:49 -0700 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- build.gradle.kts | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6306501..c2f95fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5028241..9db2e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/googlemaps/android-places-compose/compare/v0.2.1...v0.3.0) (2026-09-14) + + +### Features + +* **attribution:** register usage attribution with Places SDK and remove legacy library module ([#119](https://github.com/googlemaps/android-places-compose/issues/119)) ([7b4b195](https://github.com/googlemaps/android-places-compose/commit/7b4b1959c10c78beb51fa43fbfc57a6a651a6546)) +* **demo:** edge-to-edge insets, editable fields, mock location, and UX polish ([#118](https://github.com/googlemaps/android-places-compose/issues/118)) ([fda46de](https://github.com/googlemaps/android-places-compose/commit/fda46de9f7ae7f6a3e5c3dfa5a0d6b1082ff33b5)) +* Integrate AttributionId Flow ([#112](https://github.com/googlemaps/android-places-compose/issues/112)) ([38d1581](https://github.com/googlemaps/android-places-compose/commit/38d158130e34147c7c3a0275e835249f43bb65cd)) + ## [0.2.1](https://github.com/googlemaps/android-places-compose/compare/v0.2.0...v0.2.1) (2025-12-15) diff --git a/README.md b/README.md index cf09ebb..edc82b8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file: ```kotlin dependencies { - implementation("com.google.maps.android:places-compose:0.2.1") // {x-release-please-version} + implementation("com.google.maps.android:places-compose:0.3.0") // {x-release-please-version} } ``` @@ -36,7 +36,7 @@ dependencies { ```groovy dependencies { - implementation 'com.google.maps.android:places-compose:0.2.1' // {x-release-please-version} + implementation 'com.google.maps.android:places-compose:0.3.0' // {x-release-please-version} } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 61fbeb7..64423bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "0.2.1" + version = "0.3.0" // {x-release-please-end} val projectArtifactId by extra { project.name } } \ No newline at end of file