Release ruma-federation-api 0.3.1

This commit is contained in:
Jonas Platte 2021-09-01 15:21:49 +02:00
parent 1d6b84d522
commit 6abf9f7d99
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# [unreleased]
Improvements:
# 0.3.1
Bug fixes:
* Fix JSON body (de)serialization of `discovery::get_remote_server_keys::batch::v2::Request`
* Fix query parameter deserialization of `discovery::get_remote_server_keys::batch::v2::Request`

View File

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

View File

@ -131,7 +131,7 @@ ruma-state-res = { version = "0.4.0", path = "../ruma-state-res", optional = tru
ruma-api = { version = "0.18.3", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.12.2", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.3.0", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "0.3.1", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.3.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.3.0", path = "../ruma-push-gateway-api", optional = true }