Release ruma-identifiers 0.18.0

This commit is contained in:
Jonas Platte 2021-03-23 21:07:10 +01:00
parent c910d57b14
commit b79fd0c3aa
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
16 changed files with 20 additions and 20 deletions

View File

@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
http = "0.2.2" http = "0.2.2"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.17.0-alpha.2", path = "../ruma-api-macros" } ruma-api-macros = { version = "=0.17.0-alpha.2", path = "../ruma-api-macros" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -15,7 +15,7 @@ edition = "2018"
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -24,7 +24,7 @@ percent-encoding = "2.1.0"
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -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" } ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -13,7 +13,7 @@ edition = "2018"
[dependencies] [dependencies]
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
maplit = "1.0.2" maplit = "1.0.2"
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] } serde_json = { version = "1.0.60", features = ["raw_value"] }

View File

@ -25,7 +25,7 @@ proc-macro-crate = "1.0.0"
proc-macro = true proc-macro = true
[dev-dependencies] [dev-dependencies]
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
serde_json = "1.0.60" serde_json = "1.0.60"
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -16,7 +16,7 @@ criterion = { version = "0.3.3", optional = true }
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events-macros = { version = "=0.22.0-alpha.2", path = "../ruma-events-macros" } ruma-events-macros = { version = "=0.22.0-alpha.2", path = "../ruma-events-macros" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = { version = "1.0.60", features = ["raw_value"] } 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" assign = "1.1.1"
maplit = "1.0.2" maplit = "1.0.2"
matches = "0.1.8" matches = "0.1.8"
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["rand"] } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers", features = ["rand"] }
trybuild = "1.0.38" trybuild = "1.0.38"
[features] [features]

View File

@ -19,7 +19,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -6,11 +6,11 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT" license = "MIT"
name = "ruma-identifiers-macros" name = "ruma-identifiers-macros"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.18.0-alpha.1" version = "0.18.0"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
ruma-identifiers-validation = { version = "0.2.0", path = "../ruma-identifiers-validation", default-features = false } ruma-identifiers-validation = { version = "0.2.1", path = "../ruma-identifiers-validation", default-features = false }
quote = "1.0.8" quote = "1.0.8"
proc-macro2 = "1.0.24" proc-macro2 = "1.0.24"
syn = "1.0.55" syn = "1.0.55"

View File

@ -8,5 +8,5 @@ authors = [
"Jonas Platte <jplatte@posteo.de>", "Jonas Platte <jplatte@posteo.de>",
] ]
license = "MIT" license = "MIT"
version = "0.2.0" version = "0.2.1"
edition = "2018" edition = "2018"

View File

@ -1,4 +1,4 @@
# 0.18.0 (unreleased) # 0.18.0
Breaking changes: Breaking changes:

View File

@ -11,7 +11,7 @@ license = "MIT"
name = "ruma-identifiers" name = "ruma-identifiers"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.18.0-alpha.1" version = "0.18.0"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]
@ -26,8 +26,8 @@ serde = ["ruma-serde", "serde1"]
either = { version = "1.6.1", optional = true } either = { version = "1.6.1", optional = true }
paste = "1.0.4" paste = "1.0.4"
rand = { version = "0.8.0", optional = true } rand = { version = "0.8.0", optional = true }
ruma-identifiers-macros = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers-macros" } ruma-identifiers-macros = { version = "0.18.0", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.2.0", path = "../ruma-identifiers-validation", default-features = false } ruma-identifiers-validation = { version = "0.2.1", path = "../ruma-identifiers-validation", default-features = false }
ruma-serde = { version = "0.3.1", path = "../ruma-serde", optional = true } ruma-serde = { version = "0.3.1", path = "../ruma-serde", optional = true }
ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" } ruma-serde-macros = { version = "0.3.1", path = "../ruma-serde-macros" }
# Renamed so we can have a serde feature. # Renamed so we can have a serde feature.

View File

@ -13,7 +13,7 @@ edition = "2018"
[dependencies] [dependencies]
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -15,7 +15,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" }
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" } ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61" serde_json = "1.0.61"

View File

@ -14,7 +14,7 @@ version = "0.6.0-alpha.1"
[dependencies] [dependencies]
base64 = "0.13.0" base64 = "0.13.0"
ring = "0.16.19" ring = "0.16.19"
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
serde_json = "1.0.60" serde_json = "1.0.60"
untrusted = "0.7.1" untrusted = "0.7.1"

View File

@ -20,7 +20,7 @@ assign = "1.1.1"
js_int = "0.2.0" js_int = "0.2.0"
ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" }
ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers", features = ["serde"] } ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }