Release ruma-federation-api 0.7.1
This commit is contained in:
parent
5fae3ff34e
commit
2874d12bc7
@ -16,7 +16,7 @@ ruma-appservice-api = { version = "0.8.1", path = "crates/ruma-appservice-api" }
|
|||||||
ruma-common = { version = "0.11.3", path = "crates/ruma-common" }
|
ruma-common = { version = "0.11.3", path = "crates/ruma-common" }
|
||||||
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
|
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
|
||||||
ruma-client-api = { version = "0.16.1", path = "crates/ruma-client-api" }
|
ruma-client-api = { version = "0.16.1", path = "crates/ruma-client-api" }
|
||||||
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
|
ruma-federation-api = { version = "0.7.1", path = "crates/ruma-federation-api" }
|
||||||
ruma-identifiers-validation = { version = "0.9.1", path = "crates/ruma-identifiers-validation" }
|
ruma-identifiers-validation = { version = "0.9.1", path = "crates/ruma-identifiers-validation" }
|
||||||
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
|
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
|
||||||
ruma-macros = { version = "=0.11.3", path = "crates/ruma-macros" }
|
ruma-macros = { version = "=0.11.3", path = "crates/ruma-macros" }
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.7.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
* Stabilize support for getting an event by timestamp (MSC3030 / Matrix 1.6)
|
* Stabilize support for getting an event by timestamp (MSC3030 / Matrix 1.6)
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
name = "ruma-federation-api"
|
name = "ruma-federation-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.64"
|
rust-version = "1.64"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user