Skip to content

Commit 58bf239

Browse files
Prepare iOS release 3.12.0 (#10297)
* Prepare iOS release 3.12.0 * Update Dash changelog for v3.12.0 * Update changelog --------- Co-authored-by: Roope Palomäki <[email protected]> (cherry picked from commit 8f2065a5e0ac512d075eb75ffe7b79d652b4d716)
1 parent e05babe commit 58bf239

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changes to the Mapbox Navigation SDK for iOS
22

3-
## Unreleased
3+
## 3.12.0
44

5-
### Other
5+
### Packaging
6+
7+
* MapboxNavigationCore now requires [MapboxMaps v11.15.0](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v11.15.0)
8+
* MapboxNavigationCore now requires [MapboxNavigationNative v324.15.0](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/v324.15.0)
9+
10+
### Other changes
611

712
* Updated default route line traffic colors to match the Mapbox Standard style.
813

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("324.15.0-rc.1", "76a710df5ab68b6c9c27b95b65a2f208bb608cf2fc109dc0ca269f622b8b1665", "f91357a46cad2052aa4e84689f85a9cf754ccb28")
7-
let mapsVersion: Version = "11.15.0-rc.1"
6+
let (navNativeVersion, navNativeChecksum, navNativeRevision) = ("324.15.0", "c8284ae09066c3fcdf4bf889dd0879d0517ed5e3f9302c851092198c6bd35a64", "5a1fb4ddfdc3425e2b6f831ca9b85feac5a1ea53")
7+
let mapsVersion: Version = "11.15.0"
88

99
let package = Package(
1010
name: "MapboxNavigation",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
extension Bundle {
4-
public static let mapboxNavigationVersion: String = "3.12.0-rc.1"
4+
public static let mapboxNavigationVersion: String = "3.12.0"
55
public static let mapboxNavigationUXBundleIdentifier: String = "com.mapbox.navigationUX"
66
}

0 commit comments

Comments
 (0)