Release ruma-state-res 0.11.0

This commit is contained in:
Kévin Commaille 2024-05-09 13:09:14 +02:00
parent f4433c1ff0
commit 8ed8267e5d
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 12 additions and 6 deletions

View File

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

View File

@ -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:
- Disallow `invite` -> `knock` membership transition.
The spec was determined to be right about rejecting it in the first place:
<https://github.com/matrix-org/matrix-spec/pull/1717>
* Perform extra redaction checks on room versions 1 and 2, rather than for
- Perform extra redaction checks on room versions 1 and 2, rather than for
version 3 and onwards
# 0.10.0

View File

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