Release ruma-client-api 0.10.0

This commit is contained in:
Jonas Platte 2021-05-17 01:01:11 +02:00
parent e705fd9246
commit c3a8b8baed
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
5 changed files with 7 additions and 5 deletions

View File

@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
ruma-api = { version = "0.17.0", path = "../ruma-api" }
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", features = ["client"], optional = true }
ruma-client-api = { version = "0.10.0", path = "../ruma-client-api", features = ["client"], optional = true }
ruma-common = { version = "0.5.1", path = "../ruma-common" }
ruma-events = { version = "0.22.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }

View File

@ -1,4 +1,6 @@
# 0.10.0 (unreleased)
# [unreleased]
# 0.10.0
Bug fixes:

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.10.0-alpha.3"
version = "0.10.0"
edition = "2018"
[dependencies]

View File

@ -41,7 +41,7 @@ hyper-tls = { version = "0.5.0", optional = true }
isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
reqwest = { version = "0.11.3", optional = true, default-features = false }
ruma-api = { version = "0.17.0", path = "../ruma-api" }
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true, features = ["client"] }
ruma-client-api = { version = "0.10.0", path = "../ruma-client-api", optional = true, features = ["client"] }
ruma-common = { version = "0.5.1", path = "../ruma-common" }
ruma-events = { version = "0.22.0", path = "../ruma-events" }
ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" }

View File

@ -30,7 +30,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-alpha.3", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true }
ruma-client-api = { version = "0.10.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "=0.1.0-alpha.2", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "=0.1.0-alpha.1", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "=0.1.0-alpha.1", path = "../ruma-push-gateway-api", optional = true }