From 0678ca8267d9adac3020e5d15cb2860566e5fc29 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 9 Dec 2024 05:18:55 -0800 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff59490..064a43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ * make ios map view array thread safe ([#180](https://github.com/googlemaps/flutter-navigation-sdk/issues/180)) ([8f0283f](https://github.com/googlemaps/flutter-navigation-sdk/commit/8f0283ffc8885fa085b8c47edeeb2b6c44693e14)) * showStopLights and showDestinationMarkers functionality on iOS ([#178](https://github.com/googlemaps/flutter-navigation-sdk/issues/178)) ([d882837](https://github.com/googlemaps/flutter-navigation-sdk/commit/d882837589b380b29fbdb6c4d823ef2844394f11)) +## [0.5.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/v0.4.0...v0.5.0) (2024-12-09) + + +### Features + +* add carplay and android auto support ([#209](https://github.com/googlemaps/flutter-navigation-sdk/issues/209)) ([1b6c72e](https://github.com/googlemaps/flutter-navigation-sdk/commit/1b6c72e9660f9ed9300212dbd48d2318be07598b)) + ## [0.3.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.2.3-beta...v0.3.0) (2024-06-05) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index a32d5e7..0b2b169 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.4.0 +version: 0.5.0 environment: sdk: ^3.4.0