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