Release ruma-client 0.11.0
This commit is contained in:
parent
b0967d9053
commit
85d42896af
@ -14,7 +14,7 @@ js_int = "0.2.2"
|
|||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
|
ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
|
||||||
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
|
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
|
||||||
ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
|
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
|
||||||
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
|
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
|
||||||
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
|
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
|
||||||
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
|
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.11.0
|
||||||
|
|
||||||
|
No changes for this version
|
||||||
|
|
||||||
# 0.10.0
|
# 0.10.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
name = "ruma-client"
|
name = "ruma-client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.64"
|
rust-version = "1.64"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user