Skip to content

Commit 7e57d75

Browse files
Andrew Kitchen1ec5
authored andcommitted
Version v0.26.0-beta.1
1 parent f4800c2 commit 7e57d75

File tree

14 files changed

+35
-33
lines changed

14 files changed

+35
-33
lines changed

Bench/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.25.0</string>
20+
<string>0.26.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>3</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>

BenchTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.25.0</string>
18+
<string>0.26.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
</dict>
2222
</plist>

BenchUITests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.25.0</string>
18+
<string>0.26.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
</dict>
2222
</plist>

CHANGELOG.md

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

3-
## master
4-
5-
* Speculatively fixed spurious rerouting when passing an intermediate waypoint. ([#1869](https://github.com/mapbox/mapbox-navigation-ios/pull/1869))
3+
## v0.26.0
64

75
### CarPlay
86

@@ -11,6 +9,10 @@
119
* Fixed an issue where route shields and exit numbers appeared blurry in the maneuver panel on CarPlay devices and failed to appear in the CarPlay simulator. ([#1868](https://github.com/mapbox/mapbox-navigation-ios/pull/1868))
1210
* Added `VisualInstruction.containsLaneIndications`, `VisualInstruction.maneuverImageSet(side:)`, `VisualInstruction.shouldFlipImage(side:)`, and `VisualInstruction.carPlayManeuverLabelAttributedText(bounds:shieldHeight:window:)`. ([#1860](https://github.com/mapbox/mapbox-navigation-ios/pull/1860))
1311

12+
### Other changes
13+
14+
* This release includes a possible fix for spurious rerouting when passing an intermediate waypoint. ([#1869](https://github.com/mapbox/mapbox-navigation-ios/pull/1869))
15+
1416
## v0.25.0 (November 22, 2018)
1517

1618
### CarPlay

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.26.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSApplicationCategoryType</key>

MapboxCoreNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxCoreNavigation"
6-
s.version = "0.25.0"
6+
s.version = "0.26.0-beta.1"
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxCoreNavigation/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.25.0</string>
18+
<string>0.26.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>3</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

MapboxCoreNavigationTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.25.0</string>
18+
<string>0.26.0</string>
1919
<key>NSLocationWhenInUseUsageDescription</key>
2020
<string>Location Usage Description</string>
2121
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2222
<string>Location Usage Description</string>
2323
<key>CFBundleVersion</key>
24-
<string>2</string>
24+
<string>3</string>
2525
</dict>
2626
</plist>

MapboxNavigation-Documentation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation-Documentation"
6-
s.version = "0.25.0"
6+
s.version = "0.26.0-beta.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

MapboxNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation"
6-
s.version = "0.25.0"
6+
s.version = "0.26.0-beta.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

0 commit comments

Comments
 (0)