Skip to content

Commit

Permalink
Increment to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 14, 2023
1 parent acdd768 commit b2c9332
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"pgTAP List <[email protected]>"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pgTAP 1.3.0
pgTAP 1.3.1
============

[pgTAP](https://pgtap.org) is a unit testing framework for PostgreSQL written
Expand Down
6 changes: 3 additions & 3 deletions contrib/pgtap.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41,8 +41,8 @@ make install USE_PGXS=1 DESTDIR=%{buildroot}
%{_docdir}/pgsql/contrib/README.pgtap

%changelog
* Mon Aug 14 2023 David E. Wheeler <[email protected]> 1.3.0-1
- Update to 1.3.0
* Mon Aug 14 2023 David E. Wheeler <[email protected]> 1.3.1-1
- Update to 1.3.1

* Sun Dec 5 2021 David E. Wheeler <[email protected]> 1.2.0-1
- Update to 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion doc/pgtap.mmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pgtap.control
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c9332

Please sign in to comment.