Release ruma-identifiers-validation 0.9.1

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

View File

@ -17,7 +17,7 @@ ruma-common = { version = "0.11.2", path = "crates/ruma-common" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
ruma-identifiers-validation = { version = "0.9.1", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.2", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" }

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.9.1
Improvements:
* Update links to the latest version of the Matrix spec
# 0.9.0
Breaking changes:

View File

@ -4,7 +4,7 @@ description = "Validation logic for ruma-common and ruma-macros"
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
license = "MIT"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.64"