Release ruma-federation-api 0.8.0

This commit is contained in:
Jonas Platte 2023-10-05 17:14:58 +02:00
parent 956012b76b
commit 25d865ca27
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ruma-common = { version = "0.12.0", path = "crates/ruma-common" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.0", path = "crates/ruma-client-api" }
ruma-events = { version = "0.27.0", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.7.1", path = "crates/ruma-federation-api" }
ruma-federation-api = { version = "0.8.0", 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.8.0", path = "crates/ruma-identity-service-api" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.8.0
Bug fixes:
* Use `SpaceRoomJoinRule` for `SpaceHierarchy(Parent/Child)Summary(Init)`. Even if

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
rust-version = { workspace = true }