Release ruma-identity-service-api 0.4.0
This commit is contained in:
parent
95fdb303c8
commit
0a6b17375c
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.4.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Borrow `mxid` in `invitation::sign_invitation_ed25519::v2::Request`
|
* Borrow `mxid` in `invitation::sign_invitation_ed25519::v2::Request`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-identity-service-api"
|
name = "ruma-identity-service-api"
|
||||||
version = "0.3.0"
|
version = "0.4.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"]
|
||||||
|
@ -154,7 +154,7 @@ ruma-api = { version = "0.20.0", path = "../ruma-api", optional = true }
|
|||||||
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "0.13.0", path = "../ruma-client-api", optional = true }
|
ruma-client-api = { version = "0.13.0", path = "../ruma-client-api", optional = true }
|
||||||
ruma-federation-api = { version = "0.3.1", path = "../ruma-federation-api", optional = true }
|
ruma-federation-api = { version = "0.3.1", path = "../ruma-federation-api", optional = true }
|
||||||
ruma-identity-service-api = { version = "0.3.0", path = "../ruma-identity-service-api", optional = true }
|
ruma-identity-service-api = { version = "0.4.0", path = "../ruma-identity-service-api", optional = true }
|
||||||
ruma-push-gateway-api = { version = "0.3.0", path = "../ruma-push-gateway-api", optional = true }
|
ruma-push-gateway-api = { version = "0.3.0", path = "../ruma-push-gateway-api", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user