Release ruma-signatures 0.14.0

This commit is contained in:
Jonas Platte 2023-10-05 17:10:02 +02:00
parent 1227db0f08
commit 558f342a62
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ruma-identifiers-validation = { version = "0.9.2", path = "crates/ruma-identifie
ruma-identity-service-api = { version = "0.7.1", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.12.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.7.1", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.13.1", path = "crates/ruma-signatures" }
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.1.1", path = "crates/ruma-server-util" }
ruma-state-res = { version = "0.9.1", path = "crates/ruma-state-res" }
serde = { version = "1.0.164", features = ["derive"] }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.14.0
Breaking changes:
- Update `ed25519-dalek` crate

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-signatures"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.13.1"
version = "0.14.0"
edition = "2021"
[package.metadata.docs.rs]