Release: 0.6.1

This commit is contained in:
Paul Bienkowski 2022-04-03 16:14:05 +02:00
parent 4417263019
commit f229ab4112
3 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"

View file

@ -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.