diff --git a/Changes b/Changes index 626bdd8b6d74..7ea88e6ca170 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for pgTAP ========================== -1.3.3 +1.3.3 2024-04-08T13:44:11Z -------------------------- * Improved the correctness and performance of `col_type_is` on Postgres 17 thanks to the introduction of the `to_regtypemod()` function. diff --git a/META.json b/META.json index ca53bcee9dec..606976f4ea5d 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pgTAP", "abstract": "Unit testing for PostgreSQL", "description": "pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions.", - "version": "1.3.2", + "version": "1.3.3", "maintainer": [ "David E. Wheeler ", "pgTAP List " diff --git a/contrib/pgtap.spec b/contrib/pgtap.spec index 617715a97c1e..8d7192f8e49b 100644 --- a/contrib/pgtap.spec +++ b/contrib/pgtap.spec @@ -41,6 +41,9 @@ make install USE_PGXS=1 DESTDIR=%{buildroot} %{_docdir}/pgsql/contrib/README.pgtap %changelog +* Mon Apr 8 2024 David E. Wheeler 1.3.3-1 +- Update to 1.3.3 + * Sun Feb 4 2024 David E. Wheeler 1.3.2-1 - Update to 1.3.2