Release ruma-federation-api 0.5.0

This commit is contained in:
Jonas Platte 2022-04-28 17:14:57 +02:00
parent 222c57ff8a
commit eb90d170ef
No known key found for this signature in database
GPG Key ID: BBA95679259D342F
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.5.0
Improvements:
* Add support for the space summary API in `space::get_hierarchy` according to MSC2946.

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.4.0"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true

View File

@ -175,7 +175,7 @@ ruma-state-res = { version = "0.6.0", path = "../ruma-state-res", optional = tru
ruma-appservice-api = { version = "0.5.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.14.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.4.0", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "0.5.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.4.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.4.0", path = "../ruma-push-gateway-api", optional = true }