Release ruma-state-res 0.9.1

This commit is contained in:
Kévin Commaille 2023-02-15 13:12:49 +01:00
parent 8f74ec4b1a
commit 8cd72fa892
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
3 changed files with 6 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ruma-macros = { version = "=0.11.3", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.7.1", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.13.1", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.1.1", path = "crates/ruma-server-util" }
ruma-state-res = { version = "0.9.0", path = "crates/ruma-state-res" }
ruma-state-res = { version = "0.9.1", path = "crates/ruma-state-res" }
serde = { version = "1.0.147", features = ["derive"] }
serde_html_form = "0.2.0"
serde_json = "1.0.87"

View File

@ -1,5 +1,9 @@
# [unreleased]
# 0.9.1
No changes for this version
# 0.9.0
Bug fixes:

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.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.64"