Release ruma-client-api 0.11.0
This commit is contained in:
parent
c322efa90f
commit
522870dbbf
@ -22,7 +22,7 @@ server = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||||
ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", features = ["client"], optional = true }
|
ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", features = ["client"], optional = true }
|
||||||
ruma-common = { version = "0.5.4", path = "../ruma-common" }
|
ruma-common = { version = "0.5.4", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.23.0", path = "../ruma-events" }
|
ruma-events = { version = "0.23.0", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.11.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Use `Raw<AnyInitialStateEvent>` over just `AnyInitialStateEvent` in the `initial_state` field
|
* Use `Raw<AnyInitialStateEvent>` over just `AnyInitialStateEvent` in the `initial_state` field
|
||||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
name = "ruma-client-api"
|
name = "ruma-client-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.10.2"
|
version = "0.11.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
@ -45,7 +45,7 @@ hyper-tls = { version = "0.5.0", optional = true }
|
|||||||
isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
|
isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
|
||||||
reqwest = { version = "0.11.3", optional = true, default-features = false }
|
reqwest = { version = "0.11.3", optional = true, default-features = false }
|
||||||
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
ruma-api = { version = "0.17.0", path = "../ruma-api" }
|
||||||
ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", optional = true, features = ["client"] }
|
ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true, features = ["client"] }
|
||||||
ruma-common = { version = "0.5.4", path = "../ruma-common" }
|
ruma-common = { version = "0.5.4", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||||
@ -53,4 +53,4 @@ serde = { version = "1.0.118", features = ["derive"] }
|
|||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", features = ["client"] }
|
ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", features = ["client"] }
|
||||||
|
@ -130,7 +130,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-api = { version = "0.17.0", path = "../ruma-api", optional = true }
|
||||||
ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "0.10.2", path = "../ruma-client-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.1.0", path = "../ruma-federation-api", optional = true }
|
||||||
ruma-identity-service-api = { version = "0.1.0", path = "../ruma-identity-service-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 }
|
ruma-push-gateway-api = { version = "0.1.0", path = "../ruma-push-gateway-api", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user