Release ruma-federation-api 0.4.0

This commit is contained in:
Jonas Platte 2022-02-19 15:00:58 +01:00
parent 0a6b17375c
commit ef1c265327
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.4.0
Breaking changes:
* Replace `Raw<Pdu>` with `Box<RawJsonValue>` or `&RawJsonValue`

View File

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

View File

@ -153,7 +153,7 @@ ruma-state-res = { version = "0.5.0", path = "../ruma-state-res", optional = tru
ruma-api = { version = "0.20.0", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.13.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.3.1", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "0.4.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.3.0", path = "../ruma-push-gateway-api", optional = true }