Release ruma-identifiers-validation 0.9.1
This commit is contained in:
parent
a859567487
commit
446c6ab753
@ -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" }
|
||||
|
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.9.1
|
||||
|
||||
Improvements:
|
||||
|
||||
* Update links to the latest version of the Matrix spec
|
||||
|
||||
# 0.9.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user