From d8eec0b570ebc142a5a32a75e1c73af6a3ba82d4 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 24 Feb 2025 09:16:29 -0800 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e588..210d2903 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1932a776..4b62938b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ * Updates navigation SDK for android to 6.0.2 * Updates navigation SDK for iOS to 9.3.0 +## [0.5.1](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.5.0...v0.5.1) (2025-02-24) + + +### Features + +* improve platform interface by removing unnecessary abstraction ([#233](https://github.com/googlemaps/flutter-navigation-sdk/issues/233)) ([da716a7](https://github.com/googlemaps/flutter-navigation-sdk/commit/da716a73215b32ed645ecaaf2e35a685f954c99e)) + + +### Bug Fixes + +* android unregisterListeners crash on app disposal ([#283](https://github.com/googlemaps/flutter-navigation-sdk/issues/283)) ([fa71176](https://github.com/googlemaps/flutter-navigation-sdk/commit/fa7117606551f30ca79c07fa98be40914ccfddc0)) + + +### Miscellaneous Chores + +* updates navigation SDK for android to 6.1.0 ([#282](https://github.com/googlemaps/flutter-navigation-sdk/issues/282)) ([af21548](https://github.com/googlemaps/flutter-navigation-sdk/commit/af215480049edfaee56d40978e814d0b8efdc08c)) + ## [0.4.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.3.0...v0.4.0) (2024-10-30) diff --git a/pubspec.yaml b/pubspec.yaml index 0b2b1692..e7cc9fdf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ name: google_navigation_flutter description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS repository: https://github.com/googlemaps/flutter-navigation-sdk issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues -version: 0.5.0 +version: 0.5.1 environment: sdk: ^3.4.0