Release ruma-signatures 0.13.0
This commit is contained in:
parent
fa5240b5e7
commit
0d689f0a76
@ -21,7 +21,7 @@ ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifie
|
|||||||
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
|
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
|
||||||
ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" }
|
ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" }
|
||||||
ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" }
|
ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" }
|
||||||
ruma-signatures = { version = "0.12.0", path = "crates/ruma-signatures" }
|
ruma-signatures = { version = "0.13.0", path = "crates/ruma-signatures" }
|
||||||
ruma-state-res = { version = "0.8.0", path = "crates/ruma-state-res" }
|
ruma-state-res = { version = "0.8.0", path = "crates/ruma-state-res" }
|
||||||
serde = { version = "1.0.147", features = ["derive"] }
|
serde = { version = "1.0.147", features = ["derive"] }
|
||||||
serde_html_form = "0.2.0"
|
serde_html_form = "0.2.0"
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.13.0
|
||||||
|
|
||||||
|
No changes for this version
|
||||||
|
|
||||||
# 0.12.0
|
# 0.12.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -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.12.0"
|
version = "0.13.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user