Release: 0.6.1
This commit is contained in:
parent
4417263019
commit
f229ab4112
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Improvements
|
||||
|
||||
* Make road details request (clicking on a road segment in the map) way faster
|
||||
by using PostGIS geometry index correctly (#226).
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Starting in this version, the database schema is created through migrations
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.6.0"
|
||||
__version__ = "0.6.1"
|
||||
|
|
|
@ -3,7 +3,7 @@ tileset:
|
|||
layers:
|
||||
- layers/obs_events/obs_events.yaml
|
||||
- layers/obs_roads/obs_roads.yaml
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
id: openbikesensor
|
||||
description: >
|
||||
A tileset for OpenBikeSensor data -- https://openbikesensor.org.
|
||||
|
|
Loading…
Reference in a new issue