Release ruma-identifiers-validation 0.5.0
This commit is contained in:
parent
12ee10b2c6
commit
39822f9c16
@ -14,5 +14,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.8"
|
||||
ruma-identifiers-validation = { version = "0.4.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.5.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
syn = "1.0.55"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.5.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Make `Error` type non-exhaustive
|
||||
|
||||
# 0.4.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -8,7 +8,7 @@ authors = [
|
||||
"Jonas Platte <jplatte@posteo.de>",
|
||||
]
|
||||
license = "MIT"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -28,7 +28,7 @@ either = { version = "1.6.1", optional = true }
|
||||
paste = "1.0.5"
|
||||
rand = { version = "0.8.3", optional = true }
|
||||
ruma-identifiers-macros = { version = "=0.19.4", path = "../ruma-identifiers-macros" }
|
||||
ruma-identifiers-validation = { version = "0.4.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.5.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-serde = { version = "0.5.0", path = "../ruma-serde", optional = true }
|
||||
ruma-serde-macros = { version = "0.5.0", path = "../ruma-serde-macros" }
|
||||
# Renamed so we can have a serde feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user