Release ruma-signatures 0.15.0

This commit is contained in:
Kévin Commaille 2024-05-09 13:01:32 +02:00
parent 699053d629
commit 42f20a4e8d
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifie
ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" } ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" } ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" } ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" } ruma-signatures = { version = "0.15.0", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" } ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" }
ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" } ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" }
serde = { version = "1.0.164", features = ["derive"] } serde = { version = "1.0.164", features = ["derive"] }

View File

@ -1,5 +1,9 @@
# [unreleased] # [unreleased]
# 0.15.0
No changes for this version
# 0.14.0 # 0.14.0
Breaking changes: Breaking changes:

View File

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