Release ruma-identifiers-validation 0.3.0

This commit is contained in:
Jonas Platte 2021-04-17 19:29:50 +02:00
parent 1abda2067e
commit 3dde0ecd5c
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
4 changed files with 15 additions and 3 deletions

View File

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

View File

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

View File

@ -8,7 +8,7 @@ authors = [
"Jonas Platte <jplatte@posteo.de>",
]
license = "MIT"
version = "0.2.3"
version = "0.3.0"
edition = "2018"
[features]

View File

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