Skip to content

Commit 7dc5511

Browse files
authored
add changelog for androidauto-v0.5.0 (#6086)
1 parent a782728 commit 7dc5511

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

libnavui-androidauto/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## Unreleased
66
#### Features
7+
#### Bug fixes and improvements
8+
9+
## androidauto-v0.5.0 - Jul 22, 2022
10+
### Changelog
11+
[Changes between 0.4.0 and 0.5.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.4.0...androidauto-v0.5.0)
12+
713
#### Bug fixes and improvements
814
- Fixed an issue with speed limit widget that caused it to turn into a back rectangle. [#6064](https://github.com/mapbox/mapbox-navigation-android/pull/6064)
915
- Fixed an issue with compass and logo widgets that caused them to draw behind location puck. [#6076](https://github.com/mapbox/mapbox-navigation-android/pull/6076)
1016
- Added telemetry to determine when the car head unit has been started or stopped. [#6084](https://github.com/mapbox/mapbox-navigation-android/pull/6084)
1117

18+
### Mapbox dependencies
19+
This release defines minimum versions for the Mapbox dependencies.
20+
- Mapbox Maps Android Auto Extension `v0.1.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/extension-androidauto-v0.1.0))
21+
- Mapbox Navigation `v2.7.0-beta.2` ([release notes](https://github.com/mapbox/mapbox-navigation-android/releases/tag/2.7.0-beta.2))
22+
- Mapbox Search `v1.0.0-beta.33` ([release notes](https://github.com/mapbox/mapbox-search-android/releases/tag/v1.0.0-beta.33))
23+
1224
## androidauto-v0.4.0 - Jul 12, 2022
1325
### Changelog
1426
[Changes between 0.3.0 and 0.4.0](https://github.com/mapbox/mapbox-navigation-android/compare/androidauto-v0.3.0...androidauto-v0.4.0)

libnavui-androidauto/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
// This defines the minimum version of Maps, Navigation, and Search which are included in
4242
// this SDK. To upgrade the SDK versions, you can specify a newer version in your downstream
4343
// build.gradle.
44-
def carNavVersion = "2.7.0-alpha.3"
44+
def carNavVersion = "2.7.0-beta.2"
4545
def carSearchVersion = "1.0.0-beta.33"
4646
api("com.mapbox.navigation:android:${carNavVersion}")
4747
api("com.mapbox.search:mapbox-search-android:${carSearchVersion}")

0 commit comments

Comments
 (0)