Release ruma-identifiers-validation 0.9.5

This commit is contained in:
Kévin Commaille 2024-05-09 11:49:30 +02:00
parent 10c7e59c57
commit d2d64f32c2
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }
ruma-events = { version = "0.27.11", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.1.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.3", path = "crates/ruma-identifiers-validation" }
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.8.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.12.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.9.5
Bug fixes:
- Allow underscores (`_`) when validating MXC URIs.
@ -12,6 +14,10 @@ Improvements:
- Point links to the Matrix 1.10 specification
# 0.9.4
Yanked because it was created from the wrong branch
# 0.9.3
Improvements:

View File

@ -4,7 +4,7 @@ description = "Validation logic for ruma-common and ruma-macros"
homepage = "https://ruma.dev/"
repository = "https://github.com/ruma/ruma"
license = "MIT"
version = "0.9.3"
version = "0.9.5"
edition = "2021"
rust-version = { workspace = true }