Release ruma-federation-api 0.7.0

This commit is contained in:
Jonas Platte 2023-02-01 14:04:33 +01:00
parent a6c8a4eddd
commit cbb7d8ca1c
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.6.0", path = "crates/ruma-federation-api" }
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.6.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.7.0
Bug fixes:
* Add the `event` field to `RoomState` according to MSC3083 / Matrix v1.2

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.64"