From 757de9de7c1b39c70fe29ed1cccb510a617f284d Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Wed, 10 Dec 2025 07:34:49 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca6139..64f3cdd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4964a53f..1fabbb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.7.0...0.8.0) (2025-12-10) + + +### ⚠ BREAKING CHANGES + +* Most fields in StepInfo are now nullable. Null checks for these properties must be handled. + +### Features + +* add controls for light and dark modes ([#548](https://github.com/googlemaps/flutter-navigation-sdk/issues/548)) ([7ed6692](https://github.com/googlemaps/flutter-navigation-sdk/commit/7ed66920b21b5f2fd2d5524ad6575e4dc7e3ae09)) +* add traffic delay severity ([#543](https://github.com/googlemaps/flutter-navigation-sdk/issues/543)) ([db19ffc](https://github.com/googlemaps/flutter-navigation-sdk/commit/db19ffca035fd34fedcd0a4199af92f09b249702)) +* upgrade to latest native SDK's ([#526](https://github.com/googlemaps/flutter-navigation-sdk/issues/526)) ([0c358cb](https://github.com/googlemaps/flutter-navigation-sdk/commit/0c358cb98bc25c91d9af23b7333f633c98ebd376)) + ## [0.7.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.5...0.7.0) (2025-11-20) diff --git a/pubspec.yaml b/pubspec.yaml index a32b4d54..bb2f1a7e 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.7.0 +version: 0.8.0 environment: sdk: ^3.8.0