From 5eef8022aab4c98ec847926e37492365b49ba99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Wed, 19 Mar 2025 15:04:29 -0400 Subject: [PATCH] Final release --- Cargo.lock | 2 +- Cargo.toml | 2 +- sql/pg_analytics--0.3.6--0.3.7.sql | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 sql/pg_analytics--0.3.6--0.3.7.sql diff --git a/Cargo.lock b/Cargo.lock index 79674d7..bb42db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4174,7 +4174,7 @@ dependencies = [ [[package]] name = "pg_analytics" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 8341418..b90b730 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pg_analytics" description = "DuckDB-powered data lake analytics from Postgres" -version = "0.3.6" +version = "0.3.7" edition = "2021" license = "PostgreSQL" diff --git a/sql/pg_analytics--0.3.6--0.3.7.sql b/sql/pg_analytics--0.3.6--0.3.7.sql new file mode 100644 index 0000000..690e656 --- /dev/null +++ b/sql/pg_analytics--0.3.6--0.3.7.sql @@ -0,0 +1 @@ +\echo Use "ALTER EXTENSION pg_analytics UPDATE TO '0.3.7'" to load this file. \quit