release: v0.8.0 — enterprise org vault

Bump core/cli/wasm 0.7.0 -> 0.8.0; finalize CHANGELOG v0.8.0 header. Git-native multi-user org vaults (core org module + ECIES X25519 wrap, server signature-verifying pre-receive hook, CLI admin + item CRUD); 332/0 workspace tests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RXpTHcQzw1n8qjYwZqruzQ
This commit is contained in:
adlee-was-taken
2026-06-20 16:06:16 -04:00
parent 3871da383d
commit 50b5c01291
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-cli"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "CLI for relicario password manager"
license = "GPL-3.0-or-later"

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-core"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "Core library for relicario password manager"
license = "GPL-3.0-or-later"

View File

@@ -1,6 +1,6 @@
[package]
name = "relicario-wasm"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "WASM bindings for relicario password manager"
license = "GPL-3.0-or-later"