From 50b5c012916b8a264cef1430a4b26c6ca454b096 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 20 Jun 2026 16:06:16 -0400 Subject: [PATCH] =?UTF-8?q?release:=20v0.8.0=20=E2=80=94=20enterprise=20or?= =?UTF-8?q?g=20vault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_01RXpTHcQzw1n8qjYwZqruzQ --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- crates/relicario-cli/Cargo.toml | 2 +- crates/relicario-core/Cargo.toml | 2 +- crates/relicario-wasm/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d63a22..642b7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased — enterprise org vault +## v0.8.0 — 2026-06-20 — enterprise org vault Git-native multi-user **org vaults**: a separate org git repository alongside each member's personal vault, with a 256-bit org master key ECIES-wrapped per member to diff --git a/Cargo.lock b/Cargo.lock index 5b9a869..f7b2c20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2156,7 +2156,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "relicario-cli" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "arboard", @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "relicario-core" -version = "0.7.0" +version = "0.8.0" dependencies = [ "argon2", "base64", @@ -2235,7 +2235,7 @@ dependencies = [ [[package]] name = "relicario-wasm" -version = "0.7.0" +version = "0.8.0" dependencies = [ "base64", "ed25519-dalek", diff --git a/crates/relicario-cli/Cargo.toml b/crates/relicario-cli/Cargo.toml index 928004c..4843eb9 100644 --- a/crates/relicario-cli/Cargo.toml +++ b/crates/relicario-cli/Cargo.toml @@ -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" diff --git a/crates/relicario-core/Cargo.toml b/crates/relicario-core/Cargo.toml index 474ce41..532acaf 100644 --- a/crates/relicario-core/Cargo.toml +++ b/crates/relicario-core/Cargo.toml @@ -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" diff --git a/crates/relicario-wasm/Cargo.toml b/crates/relicario-wasm/Cargo.toml index d8151de..2c4e299 100644 --- a/crates/relicario-wasm/Cargo.toml +++ b/crates/relicario-wasm/Cargo.toml @@ -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"