Release ruma-identity-service-api 0.7.0
This commit is contained in:
parent
cbb7d8ca1c
commit
14331541e6
@ -18,7 +18,7 @@ ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
|
|||||||
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
|
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
|
||||||
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
|
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
|
||||||
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
|
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
|
||||||
ruma-identity-service-api = { version = "0.6.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.6.0", path = "crates/ruma-push-gateway-api" }
|
ruma-push-gateway-api = { version = "0.6.0", path = "crates/ruma-push-gateway-api" }
|
||||||
ruma-signatures = { version = "0.12.0", path = "crates/ruma-signatures" }
|
ruma-signatures = { version = "0.12.0", path = "crates/ruma-signatures" }
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.7.0
|
||||||
|
|
||||||
|
No changes for this version
|
||||||
|
|
||||||
# 0.6.0
|
# 0.6.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-identity-service-api"
|
name = "ruma-identity-service-api"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
description = "Types for the endpoints in the Matrix identity service API."
|
description = "Types for the endpoints in the Matrix identity service API."
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user