Release ruma-identifiers-validation 0.5.0

This commit is contained in:
Jonas Platte 2021-08-11 17:14:37 +02:00
parent 12ee10b2c6
commit 39822f9c16
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
4 changed files with 9 additions and 3 deletions

View File

@ -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"

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.5.0
Breaking changes:
* Make `Error` type non-exhaustive
# 0.4.0
Breaking changes:

View File

@ -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]

View File

@ -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.