Release ruma-identifiers-validation 0.2.2
This commit is contained in:
parent
83ee0e72e2
commit
da6746a82e
@ -10,7 +10,7 @@ version = "0.18.0"
|
||||
edition = "2018"
|
||||
|
||||
[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"
|
||||
proc-macro2 = "1.0.24"
|
||||
syn = "1.0.55"
|
||||
|
@ -1,3 +1,15 @@
|
||||
# 0.2.2
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add verification of `mxc://` URIs
|
||||
|
||||
# 0.2.1
|
||||
|
||||
Improvements:
|
||||
|
||||
* Drop unused dependencies
|
||||
|
||||
# 0.2.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -8,5 +8,5 @@ authors = [
|
||||
"Jonas Platte <jplatte@posteo.de>",
|
||||
]
|
||||
license = "MIT"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2018"
|
||||
|
@ -27,7 +27,7 @@ either = { version = "1.6.1", optional = true }
|
||||
paste = "1.0.4"
|
||||
rand = { version = "0.8.0", optional = true }
|
||||
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-macros = { version = "0.3.1", path = "../ruma-serde-macros" }
|
||||
# Renamed so we can have a serde feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user