Skip to content

Commit acdd768

Browse files
committed
Increment to and timestamp v1.3.0
1 parent 1d5265a commit acdd768

6 files changed

Lines changed: 12 additions & 9 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.2.1
4+
1.3.0 2023-08-14T22:14:20Z
55
--------------------------
66
* Fixed an issue with xUnit tests where they would exit immediately on
77
unexpected errors (aside from PL/pgSQL RAISE errors) rather than exit just the

META.json

Lines changed: 4 additions & 4 deletions
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.2.1",
5+
"version": "1.3.0",
66
"maintainer": [
77
"David E. Wheeler <david@justatheory.com>",
88
"pgTAP List <pgtap-users@pgfoundry.org>"
@@ -25,17 +25,17 @@
2525
"pgtap": {
2626
"abstract": "Unit testing for PostgreSQL",
2727
"file": "sql/pgtap.sql",
28-
"version": "1.2.1"
28+
"version": "1.3.0"
2929
},
3030
"pgtap-core": {
3131
"abstract": "Unit testing for PostgreSQL",
3232
"file": "sql/pgtap-core.sql",
33-
"version": "1.2.1"
33+
"version": "1.3.0"
3434
},
3535
"pgtap-schema": {
3636
"abstract": "Schema unit testing for PostgreSQL",
3737
"file": "sql/pgtap-schema.sql",
38-
"version": "1.2.1"
38+
"version": "1.3.0"
3939
}
4040
},
4141
"resources": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pgTAP 1.2.1
1+
pgTAP 1.3.0
22
============
33

44
[pgTAP](https://pgtap.org) is a unit testing framework for PostgreSQL written

contrib/pgtap.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Unit testing suite for PostgreSQL
22
Name: pgtap
3-
Version: 1.2.1
3+
Version: 1.3.0
44
Release: 1%{?dist}
55
Group: Applications/Databases
66
License: PostgreSQL
@@ -41,6 +41,9 @@ make install USE_PGXS=1 DESTDIR=%{buildroot}
4141
%{_docdir}/pgsql/contrib/README.pgtap
4242

4343
%changelog
44+
* Mon Aug 14 2023 David E. Wheeler <david@justatheory.com> 1.3.0-1
45+
- Update to 1.3.0
46+
4447
* Sun Dec 5 2021 David E. Wheeler <david@justatheory.com> 1.2.0-1
4548
- Update to 1.2.0
4649

doc/pgtap.mmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pgTAP 1.2.1
1+
pgTAP 1.3.0
22
============
33

44
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and

pgtap.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgTAP extension
22
comment = 'Unit testing for PostgreSQL'
3-
default_version = '1.2.1'
3+
default_version = '1.3.0'
44
module_pathname = '$libdir/pgtap'
55
requires = 'plpgsql'
66
relocatable = true

0 commit comments

Comments
 (0)