Skip to content

Commit b941782

Browse files
committed
Timestamp v1.3.3
1 parent b0184e4 commit b941782

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Revision history for pgTAP
22
==========================
33

4-
1.3.3
4+
1.3.3 2024-04-08T13:44:11Z
55
--------------------------
66
* Improved the correctness and performance of `col_type_is` on Postgres 17
77
thanks to the introduction of the `to_regtypemod()` function.

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pgTAP",
33
"abstract": "Unit testing for PostgreSQL",
44
"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.",
5-
"version": "1.3.2",
5+
"version": "1.3.3",
66
"maintainer": [
77
"David E. Wheeler <[email protected]>",
88
"pgTAP List <[email protected]>"

contrib/pgtap.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ make install USE_PGXS=1 DESTDIR=%{buildroot}
4141
%{_docdir}/pgsql/contrib/README.pgtap
4242

4343
%changelog
44+
* Mon Apr 8 2024 David E. Wheeler <[email protected]> 1.3.3-1
45+
- Update to 1.3.3
46+
4447
* Sun Feb 4 2024 David E. Wheeler <[email protected]> 1.3.2-1
4548
- Update to 1.3.2
4649

0 commit comments

Comments
 (0)