Release ruma-state-res 0.10.0
This commit is contained in:
parent
af50506033
commit
2600e4c0df
@ -29,7 +29,7 @@ ruma-macros = { version = "=0.12.0", path = "crates/ruma-macros" }
|
|||||||
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
|
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
|
||||||
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }
|
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }
|
||||||
ruma-server-util = { version = "0.2.0", path = "crates/ruma-server-util" }
|
ruma-server-util = { version = "0.2.0", path = "crates/ruma-server-util" }
|
||||||
ruma-state-res = { version = "0.9.1", path = "crates/ruma-state-res" }
|
ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" }
|
||||||
serde = { version = "1.0.164", features = ["derive"] }
|
serde = { version = "1.0.164", features = ["derive"] }
|
||||||
serde_html_form = "0.2.0"
|
serde_html_form = "0.2.0"
|
||||||
serde_json = "1.0.87"
|
serde_json = "1.0.87"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.10.0
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
- Add `RoomVersion::V11` according to MSC3820 / Matrix 1.8
|
- Add `RoomVersion::V11` according to MSC3820 / Matrix 1.8
|
||||||
|
@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
|
|||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.9.1"
|
version = "0.10.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user