From b941782fada240afdb7057065eb3261a21e8512c Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Mon, 8 Apr 2024 09:43:45 -0400 Subject: [PATCH] Timestamp v1.3.3 --- Changes | 2 +- META.json | 2 +- contrib/pgtap.spec | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 626bdd8b..7ea88e6c 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 ca53bcee..606976f4 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 617715a9..8d7192f8 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