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
3 changed files with 12 additions and 6 deletions

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:
<https://github.com/matrix-org/matrix-spec/pull/1717>
* 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:
<https://github.com/matrix-org/matrix-spec/pull/1717>
- 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 }