Release ruma-identifiers 0.19.0
This commit is contained in:
parent
398cf406d7
commit
2a8b4a0478
@ -23,7 +23,7 @@ bytes = "1.0.1"
|
||||
http = "0.2.2"
|
||||
percent-encoding = "2.1.0"
|
||||
ruma-api-macros = { version = "=0.17.0-alpha.2", path = "../ruma-api-macros" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -15,7 +15,7 @@ edition = "2018"
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -25,7 +25,7 @@ percent-encoding = "2.1.0"
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -26,7 +26,7 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", features = ["client"] }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -14,7 +14,7 @@ edition = "2018"
|
||||
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
maplit = "1.0.2"
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||
|
@ -25,7 +25,7 @@ proc-macro-crate = "1.0.0"
|
||||
proc-macro = true
|
||||
|
||||
[dev-dependencies]
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
serde_json = "1.0.60"
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
|
@ -16,7 +16,7 @@ criterion = { version = "0.3.3", optional = true }
|
||||
js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events-macros = { version = "=0.22.0-alpha.2", path = "../ruma-events-macros" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||
@ -26,7 +26,7 @@ pulldown-cmark = { version = "0.8", default-features = false, optional = true }
|
||||
assign = "1.1.1"
|
||||
maplit = "1.0.2"
|
||||
matches = "0.1.8"
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers", features = ["rand"] }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features = ["rand"] }
|
||||
trybuild = "1.0.38"
|
||||
|
||||
[features]
|
||||
|
@ -19,7 +19,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -6,7 +6,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
name = "ruma-identifiers-macros"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.18.1"
|
||||
version = "0.19.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,3 +1,5 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.2.3
|
||||
|
||||
Improvements:
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.19.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Make `MxcUri` accept any string
|
||||
|
@ -11,7 +11,7 @@ license = "MIT"
|
||||
name = "ruma-identifiers"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.18.1"
|
||||
version = "0.19.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
@ -27,7 +27,7 @@ serde = ["ruma-serde", "serde1"]
|
||||
either = { version = "1.6.1", optional = true }
|
||||
paste = "1.0.4"
|
||||
rand = { version = "0.8.0", optional = true }
|
||||
ruma-identifiers-macros = { version = "=0.18.1", path = "../ruma-identifiers-macros" }
|
||||
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-serde = { version = "0.3.1", path = "../ruma-serde", optional = true }
|
||||
ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" }
|
||||
|
@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -15,7 +15,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
@ -14,7 +14,7 @@ version = "0.6.0"
|
||||
[dependencies]
|
||||
base64 = "0.13.0"
|
||||
ring = "0.16.19"
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers" }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers" }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
serde_json = "1.0.60"
|
||||
untrusted = "0.7.1"
|
||||
|
@ -20,7 +20,7 @@ assign = "1.1.1"
|
||||
js_int = "0.2.0"
|
||||
|
||||
ruma-common = { version = "0.3.1", path = "../ruma-common" }
|
||||
ruma-identifiers = { version = "0.18.1", path = "../ruma-identifiers", features = ["serde"] }
|
||||
ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features = ["serde"] }
|
||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||
|
||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user