Skip to content

Commit 838b2a7

Browse files
committed
Create release branch for 5.12
1 parent c2dc7e9 commit 838b2a7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ branches:
1515
- master
1616
# enable building tags
1717
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
18+
- 5.12
1819

1920
cache:
2021
yarn: true

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# UNRELEASED
1+
# 5.12.0
2+
- Changes from 5.11.0
23
- Guidance
34
- now announcing turning onto oneways at the end of a road (e.g. onto dual carriageways)
45
- Adds new instruction types at the exit of roundabouts and rotaries `exit roundabout` and `exit rotary`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.12.0-roundaboutexits.1",
3+
"version": "5.12.0-rc.1",
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {

0 commit comments

Comments
 (0)