Skip to content

Commit

Permalink
chore: bump version to 1.5.0
Browse files Browse the repository at this point in the history
We have at least a new feature (`--switch-threshold`) so this release
can't be considered a bugfix.
  • Loading branch information
dvarrazzo committed Nov 22, 2023
1 parent c2cbef7 commit 78421dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.4.9",
"version": "1.5.0",
"maintainer": [
"Beena Emerson <memissemerson@gmail.com>",
"Josh Kupershmidt <schmiddy@gmail.com>",
Expand All @@ -17,7 +17,7 @@
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.4.8",
"version": "1.5.0",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},
Expand Down
2 changes: 1 addition & 1 deletion doc/pg_repack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Creating indexes concurrently comes with a few caveats, please see `the document
Releases
--------

* pg_repack 1.4.9 (unreleased)
* pg_repack 1.5.0

* Added support for PostgreSQL 16
* Fix possible SQL injection (issue #368)
Expand Down

0 comments on commit 78421dc

Please # to comment.