Release ruma-identity-service-api 0.8.0
This commit is contained in:
parent
558f342a62
commit
fd58a7b8d0
@ -24,7 +24,7 @@ ruma-events = { version = "0.27.0", path = "crates/ruma-events" }
|
||||
ruma-federation-api = { version = "0.7.1", path = "crates/ruma-federation-api" }
|
||||
ruma-html = { version = "0.1.0", path = "crates/ruma-html" }
|
||||
ruma-identifiers-validation = { version = "0.9.2", path = "crates/ruma-identifiers-validation" }
|
||||
ruma-identity-service-api = { version = "0.7.1", path = "crates/ruma-identity-service-api" }
|
||||
ruma-identity-service-api = { version = "0.8.0", 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.14.0", path = "crates/ruma-signatures" }
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.8.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Fix the format of the keys in `invitation::store_invitation::v2::PublicKeys` according to a spec
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-identity-service-api"
|
||||
version = "0.7.1"
|
||||
version = "0.8.0"
|
||||
description = "Types for the endpoints in the Matrix identity service API."
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user