From b7efb9636f629d71751cbd19049631aac7e043a8 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 15 Jun 2025 22:22:55 +0200 Subject: [PATCH] Release 0.9.2 --- initdb/99_migrations_202505.sql | 2 +- initdb/PGSAIL_VERSION | 2 +- tests/sql/summary.sql.output | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/initdb/99_migrations_202505.sql b/initdb/99_migrations_202505.sql index 53b19fc..3fb8f03 100644 --- a/initdb/99_migrations_202505.sql +++ b/initdb/99_migrations_202505.sql @@ -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 diff --git a/initdb/PGSAIL_VERSION b/initdb/PGSAIL_VERSION index f374f66..2003b63 100644 --- a/initdb/PGSAIL_VERSION +++ b/initdb/PGSAIL_VERSION @@ -1 +1 @@ -0.9.1 +0.9.2 diff --git a/tests/sql/summary.sql.output b/tests/sql/summary.sql.output index 52b79b1..0e8a370 100644 --- a/tests/sql/summary.sql.output +++ b/tests/sql/summary.sql.output @@ -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