Release 0.9.2

This commit is contained in:
xbgmsharp
2025-06-15 22:22:55 +02:00
parent 14d19a5394
commit b7efb9636f
3 changed files with 4 additions and 4 deletions

View File

@@ -3441,7 +3441,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO scheduler;
-- Update version
UPDATE public.app_settings
SET value='0.9.1'
SET value='0.9.2'
WHERE "name"='app.version';
\c postgres

View File

@@ -1 +1 @@
0.9.1
0.9.2

View File

@@ -756,10 +756,10 @@ overpass_py_fn | {"name": "Port de la Ginesta", "type": "multipolygon", "leisure
overpass_py_fn | {"name": "Norra hamnen", "leisure": "marina", "seamark:type": "harbour", "seamark:harbour:category": "marina"}
-[ RECORD 1 ]----------------------------------------------------------------------------------------------------------------------------------------------------------------------
versions_fn | {"api_version" : "0.9.1", "sys_version" : "PostgreSQL 16.9", "mobilitydb" : "1.2.0", "timescaledb" : "2.20.3", "postgis" : "3.5.3", "postgrest" : "PostgREST 13.0.2"}
versions_fn | {"api_version" : "0.9.2", "sys_version" : "PostgreSQL 16.9", "mobilitydb" : "1.2.0", "timescaledb" : "2.20.3", "postgis" : "3.5.3", "postgrest" : "PostgREST 13.0.2"}
-[ RECORD 1 ]-----------------
api_version | 0.9.1
api_version | 0.9.2
sys_version | PostgreSQL 16.9
timescaledb | 2.20.3
postgis | 3.5.3