diff --git a/Changes b/Changes index eae2db4e..a7cd06c7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for pgTAP ========================== +1.3.1 +-------------------------- + 1.3.0 2023-08-14T22:14:20Z -------------------------- * Fixed an issue with xUnit tests where they would exit immediately on diff --git a/META.json b/META.json index 412886bc..bc47195a 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.0", + "version": "1.3.1", "maintainer": [ "David E. Wheeler ", "pgTAP List " @@ -25,17 +25,17 @@ "pgtap": { "abstract": "Unit testing for PostgreSQL", "file": "sql/pgtap.sql", - "version": "1.3.0" + "version": "1.3.1" }, "pgtap-core": { "abstract": "Unit testing for PostgreSQL", "file": "sql/pgtap-core.sql", - "version": "1.3.0" + "version": "1.3.1" }, "pgtap-schema": { "abstract": "Schema unit testing for PostgreSQL", "file": "sql/pgtap-schema.sql", - "version": "1.3.0" + "version": "1.3.1" } }, "resources": { diff --git a/README.md b/README.md index 966311ee..c80ffe46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -pgTAP 1.3.0 +pgTAP 1.3.1 ============ [pgTAP](https://pgtap.org) is a unit testing framework for PostgreSQL written diff --git a/contrib/pgtap.spec b/contrib/pgtap.spec index c19ff9ba..c19fb1af 100644 --- a/contrib/pgtap.spec +++ b/contrib/pgtap.spec @@ -1,6 +1,6 @@ Summary: Unit testing suite for PostgreSQL Name: pgtap -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Group: Applications/Databases License: PostgreSQL @@ -41,8 +41,8 @@ make install USE_PGXS=1 DESTDIR=%{buildroot} %{_docdir}/pgsql/contrib/README.pgtap %changelog -* Mon Aug 14 2023 David E. Wheeler 1.3.0-1 -- Update to 1.3.0 +* Mon Aug 14 2023 David E. Wheeler 1.3.1-1 +- Update to 1.3.1 * Sun Dec 5 2021 David E. Wheeler 1.2.0-1 - Update to 1.2.0 diff --git a/doc/pgtap.mmd b/doc/pgtap.mmd index 77e93299..25f3f24c 100644 --- a/doc/pgtap.mmd +++ b/doc/pgtap.mmd @@ -1,4 +1,4 @@ -pgTAP 1.3.0 +pgTAP 1.3.1 ============ pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and diff --git a/pgtap.control b/pgtap.control index 5df95a1b..e0b8b56c 100644 --- a/pgtap.control +++ b/pgtap.control @@ -1,6 +1,6 @@ # pgTAP extension comment = 'Unit testing for PostgreSQL' -default_version = '1.3.0' +default_version = '1.3.1' module_pathname = '$libdir/pgtap' requires = 'plpgsql' relocatable = true diff --git a/release.md b/release.md index 4a701047..a56597c8 100644 --- a/release.md +++ b/release.md @@ -106,7 +106,6 @@ Here are the steps to take to make a release of pgTAP: * Push the `gh-pages` branch: git push - git push origin up/gh-pages:gh-pages * Increment the minor version to kick off development for the next release. The version should be added to the `Changes` file, and incremented in the