Release ruma-client 0.6.0

This commit is contained in:
Jonas Platte 2021-06-21 18:06:37 +02:00
parent 5a1192f158
commit 6bf181a8d2
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 8 additions and 2 deletions

View File

@ -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:

View File

@ -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

View File

@ -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 }