Release ruma-identifiers-validation 0.7.0
This commit is contained in:
parent
ab9994253c
commit
91eac857c7
@ -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"
|
||||
|
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.7.0
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add more `Error` variants
|
||||
|
||||
# 0.6.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -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]
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user