chore: release 0.2.0-alpha.14

This commit is contained in:
Till Wegmueller 2025-12-02 21:43:30 +01:00
parent b6bf4ceee0
commit 8e0107cd33
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -451,7 +451,7 @@ dependencies = [
[[package]] [[package]]
name = "barycenter" name = "barycenter"
version = "0.2.0-alpha.13" version = "0.2.0-alpha.14"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argon2", "argon2",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "barycenter" name = "barycenter"
version = "0.2.0-alpha.13" version = "0.2.0-alpha.14"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects." description = "OpenID Connect IdP with federation, property storage, and auto-registration the center of gravity between multiple objects."