Preparing release 1.4.1

This commit is contained in:
Daniele Varrazzo 2017-08-12 11:39:04 +01:00
parent 766937ab4c
commit b2be4741c9
2 changed files with 6 additions and 2 deletions

View File

@ -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.0",
"version": "1.4.1",
"maintainer": [
"Beena Emerson <memissemerson@gmail.com>",
"Josh Kupershmidt <schmiddy@gmail.com>",
@ -15,7 +15,7 @@
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.4.0",
"version": "1.4.1",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},

View File

@ -466,6 +466,10 @@ Creating indexes concurrently comes with a few caveats, please see `the document
Releases
--------
* pg_repack 1.4.1
* fixed broken ``--ordery-by`` option (issue #138)
* pg_repack 1.4
* added support for PostgreSQL 9.6, dropped support for versions before 9.1