Skip to content

Commit bf0a093

Browse files
chore(main): release 0.5.0 (#226)
* chore(main): release 0.5.0 * chore: re-order changelog * chore: add updated SDK versions to changelog --------- Co-authored-by: Joonas Kerttula <[email protected]>
1 parent acfa42e commit bf0a093

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.5.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/v0.4.0...v0.5.0) (2025-02-10)
2+
3+
4+
### Features
5+
6+
* 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))
7+
* add map padding ([#232](https://github.com/googlemaps/flutter-navigation-sdk/issues/232)) ([bf991ee](https://github.com/googlemaps/flutter-navigation-sdk/commit/bf991ee8138ffb0e11b4738d45f43866810f2444))
8+
* update navigation SDKs ([#261](https://github.com/googlemaps/flutter-navigation-sdk/issues/261)) ([acfa42e](https://github.com/googlemaps/flutter-navigation-sdk/commit/acfa42e2ae8efb6e5c4c8c1e0615dfd701303894))
9+
* Updates navigation SDK for android to 6.0.2
10+
* Updates navigation SDK for iOS to 9.3.0
11+
112
## [0.4.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.3.0...v0.4.0) (2024-10-30)
213

314

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.4.0
19+
version: 0.5.0
2020

2121
environment:
2222
sdk: ^3.4.0

0 commit comments

Comments
 (0)