Skip to content

Commit 4d180b6

Browse files
authored
Release 3.3.0 (#845)
1 parent 3ab841b commit 4d180b6

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v3.3.0
6+
- add reverseMode parameter to Geocoding Service (#843)
7+
- doc changes (#840) (#835)
8+
- static map request format #836 (#839)
9+
- add waypoint names (#831)
10+
- add approaches to RouteOptions (#830)
11+
512
### v3.2.0
613
- Added sub - to BannerInstructions (#823)
714
- Added directions & active - to BannerText (#823)
@@ -10,7 +17,6 @@ Mapbox welcomes participation and contributions from everyone.
1017
- Semicolon should be used as radiuses and timestamps delimiters (#821)
1118
- Added approaches request paramenter to Directions and MapMatching (#827)
1219

13-
1420
### v3.1.0
1521
- Added voiceLocale to DirectionsRoute (#804)
1622
- Added line-slice-along() and degreesToRadians() to Turf functions(#800)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545
4646
dependencies {
47-
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.3.0-SNAPSHOT'
47+
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.4.0-SNAPSHOT'
4848
}
4949
```
5050

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=3.3.0-SNAPSHOT
2+
VERSION_NAME=3.4.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-java

services-core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.3.0-SNAPSHOT
1+
VERSION_NAME=3.4.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-core
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (core module)

services-geojson/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.3.0-SNAPSHOT
1+
VERSION_NAME=3.4.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-geojson
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)

services-turf/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.3.0-SNAPSHOT
1+
VERSION_NAME=3.4.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-turf
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (Turf support)

services/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.3.0-SNAPSHOT
1+
VERSION_NAME=3.4.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-services
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (APIs)

0 commit comments

Comments
 (0)