From 8e0107cd339d37cdd80aeb07d92b16e6aeb086b2 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Tue, 2 Dec 2025 21:43:30 +0100 Subject: [PATCH] chore: release 0.2.0-alpha.14 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46579f7..41f0a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "barycenter" -version = "0.2.0-alpha.13" +version = "0.2.0-alpha.14" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index ba92a2a..57b644e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "barycenter" -version = "0.2.0-alpha.13" +version = "0.2.0-alpha.14" 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."