Release ruma-identifiers-validation 0.4.0

This commit is contained in:
Jonas Platte 2021-06-01 12:50:42 +02:00
parent 25dd8e8e2a
commit dc94340d0a
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
4 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
quote = "1.0.8"
ruma-identifiers-validation = { version = "0.3.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-identifiers-validation = { version = "0.4.0", path = "../ruma-identifiers-validation", default-features = false }
syn = "1.0.55"
[lib]

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.4.0
Breaking changes:
* Fix a typo in a public function name: `user_id::localpart_is_fully_{comforming => conforming}`

View File

@ -8,7 +8,7 @@ authors = [
"Jonas Platte <jplatte@posteo.de>",
]
license = "MIT"
version = "0.3.0"
version = "0.4.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.1", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.3.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-identifiers-validation = { version = "0.4.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.4.0", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "=0.4.0", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature.