From 838b2a750ed541caec36386c0db9a4fff56abe9c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 5 Sep 2017 12:44:25 -0700 Subject: [PATCH] Create release branch for 5.12 --- .travis.yml | 1 + CHANGELOG.md | 3 ++- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 437aa75ac..4e796c521 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ branches: - master # enable building tags - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + - 5.12 cache: yarn: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 86260eb6b..c3dd72248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/package.json b/package.json index 804a8947a..cff48928c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osrm", - "version": "5.12.0-roundaboutexits.1", + "version": "5.12.0-rc.1", "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": {