Skip to content

Commit b73349d

Browse files
chore(main): release 0.6.2 (#381)
1 parent aff35af commit b73349d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.6.2](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.1...0.6.2) (2025-06-24)
4+
5+
6+
### Features
7+
8+
* upgrade dependencies and environment requirements ([#375](https://github.com/googlemaps/flutter-navigation-sdk/issues/375)) ([5a83661](https://github.com/googlemaps/flutter-navigation-sdk/commit/5a83661676728c265747f51cd61a392561ee4875))
9+
10+
11+
### Bug Fixes
12+
13+
* add assert to NavigationWaypoint constructor ([#387](https://github.com/googlemaps/flutter-navigation-sdk/issues/387)) ([aff35af](https://github.com/googlemaps/flutter-navigation-sdk/commit/aff35af4268b250909e7a6768a98c457584b0fdf))
14+
315
## [0.6.1](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.0...0.6.1) (2025-05-14)
416

517

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: google_navigation_flutter
1616
description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS
1717
repository: https://github.com/googlemaps/flutter-navigation-sdk
1818
issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues
19-
version: 0.6.1
19+
version: 0.6.2
2020

2121
environment:
2222
sdk: ^3.7.0

0 commit comments

Comments
 (0)