Release ruma-server-util 0.1.1

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

View File

@ -22,7 +22,7 @@ ruma-identity-service-api = { version = "0.7.1", path = "crates/ruma-identity-se
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.0", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.1.0", path = "crates/ruma-server-util" }
ruma-server-util = { version = "0.1.1", path = "crates/ruma-server-util" }
ruma-state-res = { version = "0.9.0", path = "crates/ruma-state-res" }
serde = { version = "1.0.147", features = ["derive"] }
serde_html_form = "0.2.0"

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.1.1
Improvements:
* Update links to the latest version of the Matrix spec
# 0.1.0
Improvements:

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-server-util"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.64"