Release ruma-state-res 0.10.0

This commit is contained in:
Jonas Platte
2023-10-05 17:18:04 +02:00
parent af50506033
commit 2600e4c0df
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# [unreleased]
# 0.10.0
Improvements:
- Add `RoomVersion::V11` according to MSC3820 / Matrix 1.8

View File

@@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
readme = "README.md"
license = "MIT"
version = "0.9.1"
version = "0.10.0"
edition = "2021"
rust-version = { workspace = true }