Skip to content

Commit 13d2756

Browse files
Release 1.0.0
1 parent 7b05789 commit 13d2756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

META.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "pg_diffix",
33
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
44
"description": "Diffix is a bundled set of mechanisms for anonymizing structured data. Open Diffix is a project to make Diffix anonymization free and open. More details at open-diffix.org.",
5-
"version": "0.0.4",
5+
"version": "1.0.0",
66
"maintainer": "Open Diffix <hello@open-diffix.org>",
77
"license": {
88
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
99
},
10-
"release_status": "unstable",
10+
"release_status": "stable",
1111
"provides": {
1212
"pg_diffix": {
1313
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
1414
"file": "src/pg_diffix.c",
1515
"docfile": "docs/user_guide.md",
16-
"version": "0.0.4"
16+
"version": "1.0.0"
1717
}
1818
},
1919
"prereqs": {

0 commit comments

Comments
 (0)