From e0e35470aa999b07ed7f71cf69df1ef8a5a71df1 Mon Sep 17 00:00:00 2001 From: v0idpwn Date: Wed, 29 May 2024 12:32:01 -0300 Subject: [PATCH] Fixes and 1.3.1 --- Makefile | 2 +- UPDATING.md | 4 ++-- pgmq.control | 2 +- sql/pgmq--1.3.0--1.3.1.sql | 0 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 sql/pgmq--1.3.0--1.3.1.sql diff --git a/Makefile b/Makefile index fee745ec..f33941b1 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,6 @@ Trunk.toml: clean: @rm -rf "$(EXTENSION)-$(EXTVERSION).zip" - @rm -rf "sql/$(EXTENSION)-$(EXTVERSION).sql" + @rm -rf "sql/$(EXTENSION)--$(EXTVERSION).sql" @rm -rf META.json @rm -rf Trunk.toml diff --git a/UPDATING.md b/UPDATING.md index 4ad141b9..33b6e883 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -9,12 +9,12 @@ you first need to update from `0.33.1` to `1.0.0`, and only after `1.0.0` is installed you can perform the update to `1.1.0`. #### When building from source (target version post-1.3.0) -Clone the pgmq repo and checkout the desired version. For example, for `1.0.0`: +Clone the pgmq repo and checkout the desired version. For example, for `1.3.1`: ```bash git clone git@github.com/tembo-io:pgmq cd pgmq -git checkout v1.0.0 +git checkout v1.3.1 ``` Build and install the extension: diff --git a/pgmq.control b/pgmq.control index 91edff9a..7e4d9421 100644 --- a/pgmq.control +++ b/pgmq.control @@ -1,5 +1,5 @@ comment = 'A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.' -default_version = '1.3.0' +default_version = '1.3.1' module_pathname = '$libdir/pgmq' schema = 'pgmq' relocatable = false diff --git a/sql/pgmq--1.3.0--1.3.1.sql b/sql/pgmq--1.3.0--1.3.1.sql new file mode 100644 index 00000000..e69de29b