Release ruma-client-api 0.15.3
This commit is contained in:
parent
67b2ec7d34
commit
bc67b9aae3
@ -1,11 +1,15 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.15.2
|
||||
# 0.15.3
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Don't include sensitive information in `Debug`-format of types from the `login` module
|
||||
|
||||
# 0.15.2
|
||||
|
||||
Yanked since it the minimum version for the `ruma-common` dependency was wrong.
|
||||
|
||||
# 0.15.1
|
||||
|
||||
Improvements:
|
||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||
name = "ruma-client-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.15.2"
|
||||
version = "0.15.3"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
|
@ -44,12 +44,12 @@ hyper-rustls = { version = "0.23.0", optional = true, default-features = false }
|
||||
hyper-tls = { version = "0.5.0", optional = true }
|
||||
isahc = { version = "1.3.1", optional = true }
|
||||
reqwest = { version = "0.11.4", optional = true, default-features = false }
|
||||
ruma-client-api = { version = "0.15.2", path = "../ruma-client-api", optional = true, features = ["client"] }
|
||||
ruma-client-api = { version = "0.15.3", path = "../ruma-client-api", optional = true, features = ["client"] }
|
||||
ruma-common = { version = "0.10.5", path = "../ruma-common", features = ["api"] }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
tracing = { version = "0.1.30", default-features = false, features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
ruma-client-api = { version = "0.15.2", path = "../ruma-client-api", features = ["client"] }
|
||||
ruma-client-api = { version = "0.15.3", path = "../ruma-client-api", features = ["client"] }
|
||||
tokio-stream = "0.1.8"
|
||||
|
@ -214,7 +214,7 @@ ruma-signatures = { version = "0.12.0", path = "../ruma-signatures", optional =
|
||||
ruma-state-res = { version = "0.8.0", path = "../ruma-state-res", optional = true }
|
||||
|
||||
ruma-appservice-api = { version = "0.7.0", path = "../ruma-appservice-api", optional = true }
|
||||
ruma-client-api = { version = "0.15.2", path = "../ruma-client-api", optional = true }
|
||||
ruma-client-api = { version = "0.15.3", path = "../ruma-client-api", optional = true }
|
||||
ruma-federation-api = { version = "0.6.0", path = "../ruma-federation-api", optional = true }
|
||||
ruma-identity-service-api = { version = "0.6.0", path = "../ruma-identity-service-api", optional = true }
|
||||
ruma-push-gateway-api = { version = "0.6.0", path = "../ruma-push-gateway-api", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user