Skip to content

Commit

Permalink
Fixes and 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed May 29, 2024
1 parent 2710c99 commit e0e3547
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]/tembo-io:pgmq
cd pgmq
git checkout v1.0.0
git checkout v1.3.1
```

Build and install the extension:
Expand Down
2 changes: 1 addition & 1 deletion pgmq.control
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Empty file added sql/pgmq--1.3.0--1.3.1.sql
Empty file.

0 comments on commit e0e3547

Please sign in to comment.