Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#226)
Browse files Browse the repository at this point in the history
* chore(main): release 0.5.0

* chore: re-order changelog

* chore: add updated SDK versions to changelog

---------

Co-authored-by: Joonas Kerttula <joonas.kerttula@codemate.com>
  • Loading branch information
googlemaps-bot and jokerttu authored Feb 12, 2025
1 parent acfa42e commit bf0a093
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.5.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/v0.4.0...v0.5.0) (2025-02-10)


### 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))
* add map padding ([#232](https://github.com/googlemaps/flutter-navigation-sdk/issues/232)) ([bf991ee](https://github.com/googlemaps/flutter-navigation-sdk/commit/bf991ee8138ffb0e11b4738d45f43866810f2444))
* update navigation SDKs ([#261](https://github.com/googlemaps/flutter-navigation-sdk/issues/261)) ([acfa42e](https://github.com/googlemaps/flutter-navigation-sdk/commit/acfa42e2ae8efb6e5c4c8c1e0615dfd701303894))
* Updates navigation SDK for android to 6.0.2
* Updates navigation SDK for iOS to 9.3.0

## [0.4.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.3.0...v0.4.0) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf0a093

Please sign in to comment.