diff --git a/crates/ruma-state-res/CHANGELOG.md b/crates/ruma-state-res/CHANGELOG.md index 5db6605d..ff011a7d 100644 --- a/crates/ruma-state-res/CHANGELOG.md +++ b/crates/ruma-state-res/CHANGELOG.md @@ -1,5 +1,11 @@ # [unreleased] +# 0.6.0 + +Breaking changes: + +* Upgrade dependencies + # 0.5.0 Breaking changes: diff --git a/crates/ruma-state-res/Cargo.toml b/crates/ruma-state-res/Cargo.toml index 4688b49e..4644a6da 100644 --- a/crates/ruma-state-res/Cargo.toml +++ b/crates/ruma-state-res/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.5.0" +version = "0.6.0" edition = "2018" [package.metadata.docs.rs] diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 079147d5..ab2f2690 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -148,7 +148,7 @@ ruma-serde = { version = "0.6.0", path = "../ruma-serde" } ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true } ruma-events = { version = "0.26.0", path = "../ruma-events", optional = true } ruma-signatures = { version = "0.10.0", path = "../ruma-signatures", optional = true } -ruma-state-res = { version = "0.5.0", path = "../ruma-state-res", optional = true } +ruma-state-res = { version = "0.6.0", path = "../ruma-state-res", optional = true } ruma-api = { version = "0.20.0", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "0.5.0", path = "../ruma-appservice-api", optional = true }