Skip to content

Commit

Permalink
2.9.0 / 2024-09-28
Browse files Browse the repository at this point in the history
- Add support for the released version of PostgreSQL 17.
  • Loading branch information
halostatue committed Sep 28, 2024
1 parent 2bf9128 commit fb11b04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kineticcafe/sqitch-pgtap Changelog

## 2.9.0 / 2024-09-28

- Add support for the released version of PostgreSQL 17.

## 2.8.0 / 2024-07-17

- Upgrade Alpine to version [3.20][alpine-3.20].
Expand Down Expand Up @@ -62,7 +66,8 @@

- Upgraded Sqitch version to [1.4.0][sqitch-1.4.0].

- Upgraded pgTAP to 1.2.1 at theory/pgtap@96a7a416311ea5f2fa140f59cfdf7c7afbded17c.
- Upgraded pgTAP to 1.2.1 at
theory/pgtap@96a7a416311ea5f2fa140f59cfdf7c7afbded17c.

- Added PostgreSQL 16 beta 2 for testing.

Expand Down Expand Up @@ -93,8 +98,8 @@
- Rather than committing `pgtap.tar`, we will be committing the generated files
for easier comparison.

- Changed the `run` script to pull from ghcr.io by default instead of Docker
Hub and other `run` script improvements.
- Changed the `run` script to pull from ghcr.io by default instead of Docker Hub
and other `run` script improvements.

- Fixed a bug with `do_pgtap` version detection depending on the configuration
of the local `.psqlrc`. It now explicitly does not load a `.psqlrc` file.
Expand Down Expand Up @@ -166,8 +171,8 @@

- Standardize `structure.sql` cleaning.

- Improve `structure.sql` comparison and report when there are no
differences in the database structure.
- Improve `structure.sql` comparison and report when there are no differences
in the database structure.

- Changed all `scripts/*` files from `/bin/sh` to `/bin/bash`.

Expand Down
2 changes: 1 addition & 1 deletion package-versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"alpine":{"version":"3.20"},"pg_prove":{"version":"3.36"},"pgtap":{"version":"1.3.3"},"sqitch":{"version":"1.4.1"},"VERSION":"2.8.0","DATE":"2024-07-14"}
{"alpine":{"version":"3.20"},"pg_prove":{"version":"3.36"},"pgtap":{"version":"1.3.3"},"sqitch":{"version":"1.4.1"},"VERSION":"2.9.0","DATE":"2024-09-28"}

0 comments on commit fb11b04

Please sign in to comment.