Skip to content

Commit 660f372

Browse files
committed
Increment to v1.0.1.
1 parent 24e2847 commit 660f372

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: META.json

+4-4
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.0.0",
5+
"version": "1.1.0",
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.0.0"
28+
"version": "1.1.0"
2929
},
3030
"pgtap-core": {
3131
"abstract": "Unit testing for PostgreSQL",
3232
"file": "sql/pgtap-core.sql",
33-
"version": "1.0.0"
33+
"version": "1.1.0"
3434
},
3535
"pgtap-schema": {
3636
"abstract": "Schema unit testing for PostgreSQL",
3737
"file": "sql/pgtap-schema.sql",
38-
"version": "1.0.0"
38+
"version": "1.1.0"
3939
}
4040
},
4141
"resources": {

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pgTAP 1.0.0
1+
pgTAP 1.1.0
22
============
33

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

Diff for: contrib/pgtap.spec

+1-1
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.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
Group: Applications/Databases
66
License: PostgreSQL

Diff for: doc/pgtap.mmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pgTAP 1.0.0
1+
pgTAP 1.1.0
22
============
33

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

Diff for: pgtap.control

+1-1
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.0.0'
3+
default_version = '1.1.0'
44
module_pathname = '$libdir/pgtap'
55
requires = 'plpgsql'
66
relocatable = true

0 commit comments

Comments
 (0)