Release ruma-identity-service-api 0.6.0

This commit is contained in:
Jonas Platte 2022-09-12 21:01:28 +02:00
parent c7631de520
commit 8091aac895
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.6.0
Breaking changes:
* Upgrade dependencies
# 0.5.0
Breaking changes:

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-identity-service-api"
version = "0.5.0"
version = "0.6.0"
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -216,7 +216,7 @@ ruma-state-res = { version = "0.7.0", path = "../ruma-state-res", optional = tru
ruma-appservice-api = { version = "0.6.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.6.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.5.0", path = "../ruma-identity-service-api", optional = true }
ruma-identity-service-api = { version = "0.6.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.5.0", path = "../ruma-push-gateway-api", optional = true }
[dev-dependencies]