Skip to content

Commit c443019

Browse files
authored
dump key id sequence, update test to 3.1.6 (#80)
1 parent 99d5f22 commit c443019

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pgsodium",
33
"abstract": "Postgres extension for libsodium functions",
44
"description": "pgsodium is a PostgreSQL extension that exposes modern libsodium based cryptographic functions to SQL.",
5-
"version": "3.1.5",
5+
"version": "3.1.6",
66
"maintainer": [
77
"Michel Pelletier <pelletier.michel@gmail.com>"
88
],
@@ -13,7 +13,7 @@
1313
"abstract": "Postgres extension for libsodium functions",
1414
"file": "src/pgsodium.h",
1515
"docfile": "README.md",
16-
"version": "3.1.5"
16+
"version": "3.1.6"
1717
}
1818
},
1919
"prereqs": {

pgsodium.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pgsodium extension
22
comment = 'Postgres extension for libsodium functions'
3-
default_version = '3.1.5'
3+
default_version = '3.1.6'
44
relocatable = false
55
schema = pgsodium

sql/pgsodium--3.1.5--3.1.6.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
SELECT pg_catalog.pg_extension_config_dump('pgsodium.key_key_id_seq', '');

test/pgsodium_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SELECT plan(1748);
99

1010

1111
---- EXTENSION VERSION
12-
SELECT results_eq('SELECT pgsodium.version()', $$VALUES ('3.1.5'::text)$$, 'Version of pgsodium is 3.1.5');
12+
SELECT results_eq('SELECT pgsodium.version()', $$VALUES ('3.1.6'::text)$$, 'Version of pgsodium is 3.1.6');
1313

1414

1515
---- EXTENSION OBJECTS

0 commit comments

Comments
 (0)