From 6e0fb3cb68abd1df7b4df10494f439f77d299cd7 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 29 Nov 2025 17:22:01 +0100 Subject: [PATCH] chore: release 0.2.0-alpha.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e238af..9bcf740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "barycenter" -version = "0.2.0-alpha.7" +version = "0.2.0-alpha.8" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 67e92b9..08b696a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barycenter" -version = "0.2.0-alpha.7" +version = "0.2.0-alpha.8" 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."