Skip to content

Commit 6e3acbf

Browse files
committed
Increment to v1.3.5
And fix the weirst pasto on the first line of README.md.
1 parent 968eb53 commit 6e3acbf

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Revision history for pgTAP
22
==========================
33

4+
1.3.5 Not Yet Released
5+
--------------------------
6+
7+
48
1.3.4 2025-10-04T17:20:28Z
59
--------------------------
610

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.3.4",
5+
"version": "1.3.5",
66
"maintainer": [
77
"David E. Wheeler <[email protected]>",
88
"pgTAP List <[email protected]>"
@@ -25,17 +25,17 @@
2525
"pgtap": {
2626
"abstract": "Unit testing for PostgreSQL",
2727
"file": "sql/pgtap.sql",
28-
"version": "1.3.4"
28+
"version": "1.3.5"
2929
},
3030
"pgtap-core": {
3131
"abstract": "Unit testing for PostgreSQL",
3232
"file": "sql/pgtap-core.sql",
33-
"version": "1.3.4"
33+
"version": "1.3.5"
3434
},
3535
"pgtap-schema": {
3636
"abstract": "Schema unit testing for PostgreSQL",
3737
"file": "sql/pgtap-schema.sql",
38-
"version": "1.3.4"
38+
"version": "1.3.5"
3939
}
4040
},
4141
"resources": {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/Users/david/Library/Mobile\ Documents/com\~apple\~CloudDocs/SymlinkpgTAP 1.3.4
2-
============
1+
pgTAP 1.3.5
2+
===========
33

44
[pgTAP](https://pgtap.org) is a unit testing framework for PostgreSQL written
55
in PL/pgSQL and PL/SQL. It includes a comprehensive collection of

contrib/pgtap.spec

Lines changed: 1 addition & 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.3.4
3+
Version: 1.3.5
44
Release: 1%{?dist}
55
Group: Applications/Databases
66
License: PostgreSQL

doc/pgtap.mmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pgTAP 1.3.4
2-
============
1+
pgTAP 1.3.5
2+
===========
33

44
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and
55
PL/SQL. It includes a comprehensive collection of

pgtap.control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pgTAP extension
22
comment = 'Unit testing for PostgreSQL'
3-
default_version = '1.3.4'
4-
module_pathname = 'pgtap'
3+
default_version = '1.3.5'
54
requires = 'plpgsql'
65
relocatable = true
76
superuser = false

release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Here are the steps to take to make a release of pgTAP:
8888

8989
* Commit the timestamp and push it:
9090

91-
git ci -m 'Timestamp v0.98.0.'
91+
git ci -m 'Timestamp v1.3.5.'
9292
git push
9393

9494
* Once again make sure [all tests](https://github.com/theory/pgtap/actions)
@@ -97,7 +97,7 @@ Here are the steps to take to make a release of pgTAP:
9797
* Once all tests pass, tag the release with its semantic version (including
9898
the leading `v`) and push the tag.
9999

100-
git tag -sm 'Tag v0.98.0.' v0.98.0
100+
git tag -sm 'Tag v1.3.5.' v1.3.5
101101
git push --tags
102102

103103
* Monitor the [release workflow](https://github.com/theory/pgtap/actions/workflows/release.yml)
@@ -119,7 +119,7 @@ Here are the steps to take to make a release of pgTAP:
119119

120120
* Commit that change and push it.
121121

122-
git ci -m 'Increment to v1.0.1.'
122+
git ci -m 'Increment to v1.3.5.'
123123
git push
124124

125125
* Start hacking on the next version!

sql/pgtap--1.3.4--1.3.5.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- Changes between pgTAP v1.3.4 and v1.3.5.

0 commit comments

Comments
 (0)