Release ruma-identifiers-validation 0.4.0
This commit is contained in:
parent
25dd8e8e2a
commit
dc94340d0a
@ -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]
|
||||
|
@ -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}`
|
||||
|
@ -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]
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user