Release ruma-identifiers-validation 0.8.0
This commit is contained in:
parent
5c0a91fae0
commit
242085cf37
@ -59,7 +59,7 @@ js_option = "0.1.0"
|
||||
percent-encoding = "2.1.0"
|
||||
pulldown-cmark = { version = "0.9.1", default-features = false, optional = true }
|
||||
rand_crate = { package = "rand", version = "0.8.3", optional = true }
|
||||
ruma-identifiers-validation = { version = "0.7.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.8.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-macros = { version = "=0.1.0", path = "../ruma-macros" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = { version = "1.0.64", features = ["raw_value"] }
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Rework the `Error` type (merge / rename variants)
|
||||
|
||||
# 0.7.0
|
||||
|
||||
Improvements:
|
||||
|
@ -4,7 +4,7 @@ description = "Validation logic for ruma-common and ruma-macros"
|
||||
homepage = "https://www.ruma.io/"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
license = "MIT"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -20,5 +20,5 @@ compat = []
|
||||
proc-macro-crate = "1.0.0"
|
||||
proc-macro2 = "1.0.24"
|
||||
quote = "1.0.8"
|
||||
ruma-identifiers-validation = { version = "0.7.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
ruma-identifiers-validation = { version = "0.8.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||
syn = { version = "1.0.57", features = ["extra-traits", "full", "visit"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user