Release ruma-identifiers-validation 0.2.2

This commit is contained in:
Jonas Platte 2021-04-03 17:46:48 +02:00
parent 83ee0e72e2
commit da6746a82e
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 15 additions and 3 deletions

View File

@ -10,7 +10,7 @@ version = "0.18.0"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
ruma-identifiers-validation = { version = "0.2.1", path = "../ruma-identifiers-validation", default-features = false } ruma-identifiers-validation = { version = "0.2.2", path = "../ruma-identifiers-validation", default-features = false }
quote = "1.0.8" quote = "1.0.8"
proc-macro2 = "1.0.24" proc-macro2 = "1.0.24"
syn = "1.0.55" syn = "1.0.55"

View File

@ -1,3 +1,15 @@
# 0.2.2
Improvements:
* Add verification of `mxc://` URIs
# 0.2.1
Improvements:
* Drop unused dependencies
# 0.2.0 # 0.2.0
Breaking changes: Breaking changes:

View File

@ -8,5 +8,5 @@ authors = [
"Jonas Platte <jplatte@posteo.de>", "Jonas Platte <jplatte@posteo.de>",
] ]
license = "MIT" license = "MIT"
version = "0.2.1" version = "0.2.2"
edition = "2018" edition = "2018"

View File

@ -27,7 +27,7 @@ either = { version = "1.6.1", optional = true }
paste = "1.0.4" paste = "1.0.4"
rand = { version = "0.8.0", optional = true } rand = { version = "0.8.0", optional = true }
ruma-identifiers-macros = { version = "0.18.0", path = "../ruma-identifiers-macros" } ruma-identifiers-macros = { version = "0.18.0", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.2.1", path = "../ruma-identifiers-validation", default-features = false } ruma-identifiers-validation = { version = "0.2.2", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.3.1", path = "../ruma-serde", optional = true } ruma-serde = { version = "0.3.1", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" } ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature. # Renamed so we can have a serde feature.