Skip to content

Commit

Permalink
Prepare release 3.0.1 (#124)
Browse files Browse the repository at this point in the history
* Add release title to changelog

* Update version in readme

* Update version
  • Loading branch information
Fabi755 authored Nov 7, 2024
1 parent 169a6fe commit db2b3c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Maplibre welcomes participation and contributions from everyone.

### unreleased

### v3.0.1 - November 7, 2024

- Update dependencies, build tools & configurations
- Use last snapped bearing if no previous step is available
- Fix crash on snap-to-route engine, caused by legs with only single step
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Step 1. Add it to your root `build.gradle` at the end of repositories:
```
Step 2. Add the dependency
```
implementation 'com.github.maplibre:maplibre-navigation-android:3.0.0'
implementation 'com.github.maplibre:maplibre-navigation-android:3.0.1'
```

### Maven
Expand All @@ -75,7 +75,7 @@ Step 2. Add the dependency
<dependency>
<groupId>com.github.maplibre</groupId>
<artifactId>maplibre-navigation-android</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand All @@ -86,7 +86,7 @@ Step 1. Add it in your `build.sbt` at the end of resolvers:
```
Step 2. Add the dependency
```
libraryDependencies += "com.github.maplibre" % "maplibre-navigation-android" % "3.0.0"
libraryDependencies += "com.github.maplibre" % "maplibre-navigation-android" % "3.0.1"
```

### leiningen
Expand All @@ -96,7 +96,7 @@ Step 1. Add it in your `project.clj` at the end of repositories:
```
Step 2. Add the dependency
```
:dependencies [[com.github.maplibre/maplibre-navigation-android "3.0.0"]]
:dependencies [[com.github.maplibre/maplibre-navigation-android "3.0.1"]]
```

To run the [sample code](#sample-code) on a device or emulator, include your [Mapbox access token](https://www.mapbox.com/help/define-access-token/) and map tile provider URL in `developer-config.xml` found in the project.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=3.0.0
VERSION_NAME=3.0.1

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand Down

0 comments on commit db2b3c2

Please sign in to comment.