diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a5e8002..597960e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # UNRELEASED + +# 5.13.0 - Changes from 5.12: - Profile: - Append cardinal directions from route relations to ref fields to improve instructions; off by default see `profile.cardinal_directions` @@ -11,6 +13,7 @@ - Infrastructure: - Lua 5.1 support is removed due to lack of support in sol2 https://github.com/ThePhD/sol2/issues/302 - Fixed pkg-config version of OSRM + - Removed `.osrm.core` file since CoreCH is deprecated now. - Tools: - Because of boost/program_options#32 with boost 1.65+ we needed to change the behavior of the following flags to not accept `={true|false}` anymore: - `--use-locations-cache=false` becomes `--disable-location-cache` diff --git a/CMakeLists.txt b/CMakeLists.txt index 21f241532..8afb25d0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ if (POLICY CMP0048) endif() project(OSRM C CXX) set(OSRM_VERSION_MAJOR 5) -set(OSRM_VERSION_MINOR 13) +set(OSRM_VERSION_MINOR 14) set(OSRM_VERSION_PATCH 0) set(OSRM_VERSION "${OSRM_VERSION_MAJOR}.${OSRM_VERSION_MINOR}.${OSRM_VERSION_PATCH}") diff --git a/package.json b/package.json index 98b093e45..29627de78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osrm", - "version": "5.13.0-latest.1", + "version": "5.14.0-latest.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": {