From 2d14ef000c9f9232016e0ee2d63703fe00a84873 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Tue, 6 Jan 2026 17:08:37 +0100 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a908ae0..fda4204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "barycenter" -version = "0.2.0-alpha.15" +version = "0.2.0-alpha.16" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 9872822..bc997a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "migration", "client-wasm"] [package] name = "barycenter" -version = "0.2.0-alpha.15" +version = "0.2.0-alpha.16" edition = "2021" license = "MIT OR Apache-2.0" description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects."