Release ruma-client 0.6.0
This commit is contained in:
parent
5a1192f158
commit
6bf181a8d2
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.6.0
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
* Upgrade ruma-client-api to 0.11.0
|
||||||
|
|
||||||
# 0.5.0
|
# 0.5.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -12,7 +12,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.5.0"
|
version = "0.6.0"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
@ -123,7 +123,7 @@ ruma-common = { version = "0.5.4", path = "../ruma-common" }
|
|||||||
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
|
||||||
|
|
||||||
ruma-client = { version = "0.5.0", path = "../ruma-client", optional = true }
|
ruma-client = { version = "0.6.0", path = "../ruma-client", optional = true }
|
||||||
ruma-events = { version = "0.23.0", path = "../ruma-events", optional = true }
|
ruma-events = { version = "0.23.0", path = "../ruma-events", optional = true }
|
||||||
ruma-signatures = { version = "0.7.2", path = "../ruma-signatures", optional = true }
|
ruma-signatures = { version = "0.7.2", path = "../ruma-signatures", optional = true }
|
||||||
ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true }
|
ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user