Release ruma-federation-api 0.2.0

This commit is contained in:
Jonas Platte 2021-06-21 17:43:46 +02:00
parent 522870dbbf
commit b5c1e6198a
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.2.0
Breaking Changes:
* Change types of keys::claim_keys::v1 response to match the client-server endpoint

View File

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

View File

@ -131,7 +131,7 @@ ruma-state-res = { version = "0.1.0", path = "../ruma-state-res", optional = tru
ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.1.0", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "0.2.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.1.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.1.0", path = "../ruma-push-gateway-api", optional = true }