Release ruma-identifiers-validation 0.3.0
This commit is contained in:
parent
1abda2067e
commit
3dde0ecd5c
@ -10,7 +10,7 @@ version = "0.19.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ruma-identifiers-validation = { version = "0.2.3", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.3.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
quote = "1.0.8"
|
||||
proc-macro2 = "1.0.24"
|
||||
syn = "1.0.55"
|
||||
|
@ -1,5 +1,17 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.3.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Remove the `serde` feature
|
||||
|
||||
# 0.2.4
|
||||
|
||||
Improvements:
|
||||
|
||||
* Restore the `serde` feature which was accidentally removed in a patch release
|
||||
|
||||
# 0.2.3
|
||||
|
||||
Improvements:
|
||||
|
@ -8,7 +8,7 @@ authors = [
|
||||
"Jonas Platte <jplatte@posteo.de>",
|
||||
]
|
||||
license = "MIT"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
|
@ -28,7 +28,7 @@ either = { version = "1.6.1", optional = true }
|
||||
paste = "1.0.4"
|
||||
rand = { version = "0.8.0", optional = true }
|
||||
ruma-identifiers-macros = { version = "=0.19.0", path = "../ruma-identifiers-macros" }
|
||||
ruma-identifiers-validation = { version = "0.2.3", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.3.0", 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