diff --git a/Cargo.toml b/Cargo.toml index 7fc07dfc..990b4b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" } ruma-push-gateway-api = { version = "0.9.0", path = "crates/ruma-push-gateway-api" } ruma-signatures = { version = "0.15.0", path = "crates/ruma-signatures" } ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" } -ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" } +ruma-state-res = { version = "0.11.0", path = "crates/ruma-state-res" } serde = { version = "1.0.164", features = ["derive"] } serde_html_form = "0.2.0" serde_json = "1.0.87" diff --git a/crates/ruma-state-res/CHANGELOG.md b/crates/ruma-state-res/CHANGELOG.md index 13f0f718..662c0f14 100644 --- a/crates/ruma-state-res/CHANGELOG.md +++ b/crates/ruma-state-res/CHANGELOG.md @@ -1,11 +1,17 @@ # [unreleased] +# 0.11.0 + +Breaking changes: + +- Upgrade dependencies + Bug fixes: -* Disallow `invite` -> `knock` membership transition - * The spec was determined to be right about rejecting it in the first place: - -* Perform extra redaction checks on room versions 1 and 2, rather than for +- Disallow `invite` -> `knock` membership transition. + The spec was determined to be right about rejecting it in the first place: + +- Perform extra redaction checks on room versions 1 and 2, rather than for version 3 and onwards # 0.10.0 diff --git a/crates/ruma-state-res/Cargo.toml b/crates/ruma-state-res/Cargo.toml index 0df0be05..f4ee9f10 100644 --- a/crates/ruma-state-res/Cargo.toml +++ b/crates/ruma-state-res/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://ruma.dev/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.10.0" +version = "0.11.0" edition = "2021" rust-version = { workspace = true }