Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Patterson
9912b26b32
Final release. 2017-09-11 09:25:24 -07:00
Daniel Patterson
838b2a750e
Create release branch for 5.12 2017-09-05 12:44:25 -07:00
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@ branches:
- master
# enable building tags
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- 5.12
cache:
yarn: true

View File

@ -1,4 +1,5 @@
# UNRELEASED
# 5.12.0
- Changes from 5.11.0
- Guidance
- now announcing turning onto oneways at the end of a road (e.g. onto dual carriageways)
- Adds new instruction types at the exit of roundabouts and rotaries `exit roundabout` and `exit rotary`.

View File

@ -1,6 +1,6 @@
{
"name": "osrm",
"version": "5.12.0-roundaboutexits.1",
"version": "5.12.0",
"private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": {