Release ruma-identifiers-validation 0.7.0

This commit is contained in:
Jonas Platte 2022-02-19 14:27:44 +01:00
parent ab9994253c
commit 91eac857c7
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 9 additions and 3 deletions

View File

@ -13,5 +13,5 @@ proc-macro = true
[dependencies]
quote = "1.0.8"
ruma-identifiers-validation = { version = "0.6.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-identifiers-validation = { version = "0.7.0", path = "../ruma-identifiers-validation", default-features = false }
syn = "1.0.55"

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.7.0
Improvements:
* Add more `Error` variants
# 0.6.0
Breaking changes:

View File

@ -4,7 +4,7 @@ description = "Validation logic for ruma-identifiers and ruma-identifiers-macros
homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma"
license = "MIT"
version = "0.6.0"
version = "0.7.0"
edition = "2018"
[package.metadata.docs.rs]

View File

@ -25,7 +25,7 @@ either = { version = "1.6.1", optional = true }
percent-encoding = "2.1.0"
rand_crate = { package = "rand", version = "0.8.3", optional = true }
ruma-identifiers-macros = { version = "=0.21.0", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.6.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-identifiers-validation = { version = "0.7.0", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.6.0", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.6.0", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature.