From 411d12c9bac41047377576f0bd42b97f903a8b21 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 10 Nov 2024 16:49:43 +0800 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 2 +- powa--5.0.0dev.sql => powa--5.0.0.sql | 0 powa.control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename powa--5.0.0dev.sql => powa--5.0.0.sql (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2f504..2393077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.0.0 (WIP) +## 5.0.0 This is a major rework of PoWA. Please note that there is no upgrade procedure to switch to this version. You need to remove the old one and install the new diff --git a/powa--5.0.0dev.sql b/powa--5.0.0.sql similarity index 100% rename from powa--5.0.0dev.sql rename to powa--5.0.0.sql diff --git a/powa.control b/powa.control index 271bcee..aef2283 100644 --- a/powa.control +++ b/powa.control @@ -1,6 +1,6 @@ # powa extension comment = 'PostgreSQL Workload Analyser-core' -default_version = '5.0.0dev' +default_version = '5.0.0' module_pathname = '$libdir/powa' requires = 'plpgsql, pg_stat_statements, btree_gist' superuser = true