Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Patterson
7a5b6dbede
Bump version. 2018-11-02 01:43:15 -07:00
Daniel Patterson
c08953c0e6
Merge branch 'master' into 5.20 2018-11-02 01:42:30 -07:00
Daniel Patterson
e5a6c73fdf
Prepare RC.1 2018-10-30 16:17:14 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# UNRELEASED # 5.20.0
- Changes from 5.19.0: - Changes from 5.19.0:
- Table: - Table:
- CHANGED: switch to pre-calculated distances for table responses for large speedup and 10% memory increase. [#5251](https://github.com/Project-OSRM/osrm-backend/pull/5251) - CHANGED: switch to pre-calculated distances for table responses for large speedup and 10% memory increase. [#5251](https://github.com/Project-OSRM/osrm-backend/pull/5251)

View File

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