release: 1.0.0
First stable release. Bumps the control file, META.json and the release tooling, and renames the install script to pgmorbac--1.0.0.sql. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "pgmorbac",
|
||||
"abstract": "Multi-OrBAC: Organization-Based Access Control with multi-organization support",
|
||||
"description": "A PostgreSQL extension implementing the Multi-OrBAC access control model — enabling organization-centric, context-aware, and hierarchical access control with delegation, separation of duty, and cross-organizational policies.",
|
||||
"version": "0.1.0",
|
||||
"description": "A PostgreSQL extension implementing the Multi-OrBAC access control model \u2014 enabling organization-centric, context-aware, and hierarchical access control with delegation, separation of duty, and cross-organizational policies.",
|
||||
"version": "1.0.0",
|
||||
"maintainer": [
|
||||
"Marc VILLAIN <marc.villain@epita.fr>"
|
||||
],
|
||||
@@ -10,8 +10,8 @@
|
||||
"provides": {
|
||||
"pgmorbac": {
|
||||
"abstract": "Multi-OrBAC access control extension",
|
||||
"file": "pgmorbac--0.1.0.sql",
|
||||
"version": "0.1.0"
|
||||
"file": "pgmorbac--1.0.0.sql",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
},
|
||||
"prereqs": {
|
||||
|
||||
Reference in New Issue
Block a user