From 4312085b4aae553f56a459f08b213ebf0f5eeee9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 18 Jun 2021 20:27:32 +0200 Subject: [PATCH] Release ruma-common 0.5.4 --- crates/ruma-appservice-api/Cargo.toml | 2 +- crates/ruma-client-api/Cargo.toml | 2 +- crates/ruma-client/Cargo.toml | 2 +- crates/ruma-common/CHANGELOG.md | 6 ++++++ crates/ruma-common/Cargo.toml | 2 +- crates/ruma-events/Cargo.toml | 2 +- crates/ruma-federation-api/Cargo.toml | 2 +- crates/ruma-identity-service-api/Cargo.toml | 2 +- crates/ruma-push-gateway-api/Cargo.toml | 2 +- crates/ruma-state-res/Cargo.toml | 2 +- crates/ruma/Cargo.toml | 2 +- 11 files changed, 16 insertions(+), 10 deletions(-) diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index a91604a2..3af63805 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -23,7 +23,7 @@ server = [] [dependencies] ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", features = ["client"], optional = true } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-client-api/Cargo.toml b/crates/ruma-client-api/Cargo.toml index 07c48769..8d737348 100644 --- a/crates/ruma-client-api/Cargo.toml +++ b/crates/ruma-client-api/Cargo.toml @@ -35,7 +35,7 @@ js_int = { version = "0.2.0", features = ["serde"] } maplit = "1.0.2" percent-encoding = "2.1.0" ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-client/Cargo.toml b/crates/ruma-client/Cargo.toml index 5e0440b6..1016ff72 100644 --- a/crates/ruma-client/Cargo.toml +++ b/crates/ruma-client/Cargo.toml @@ -46,7 +46,7 @@ isahc-crate = { package = "isahc", version = "1.3.1", optional = true } reqwest = { version = "0.11.3", optional = true, default-features = false } ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-client-api = { version = "0.10.2", path = "../ruma-client-api", optional = true, features = ["client"] } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-common/CHANGELOG.md b/crates/ruma-common/CHANGELOG.md index cfb13bf7..c5322e55 100644 --- a/crates/ruma-common/CHANGELOG.md +++ b/crates/ruma-common/CHANGELOG.md @@ -1,5 +1,11 @@ # [unreleased] +# 0.5.4 + +Improvements: + +* Add `to_device` module containing `DeviceIdOrAllDevices` + # 0.5.3 Improvements: diff --git a/crates/ruma-common/Cargo.toml b/crates/ruma-common/Cargo.toml index c563c23e..1a8f6c42 100644 --- a/crates/ruma-common/Cargo.toml +++ b/crates/ruma-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-common" -version = "0.5.3" +version = "0.5.4" authors = ["Jonas Platte "] description = "Common types for other ruma crates." homepage = "https://www.ruma.io/" diff --git a/crates/ruma-events/Cargo.toml b/crates/ruma-events/Cargo.toml index 9a7b2bf4..33607798 100644 --- a/crates/ruma-events/Cargo.toml +++ b/crates/ruma-events/Cargo.toml @@ -27,7 +27,7 @@ criterion = { version = "0.3.3", optional = true } indoc = "1.0" js_int = { version = "0.2.0", features = ["serde"] } pulldown-cmark = { version = "0.8", default-features = false, optional = true } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events-macros = { version = "=0.22.2", path = "../ruma-events-macros" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers", features = ["serde"] } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-federation-api/Cargo.toml b/crates/ruma-federation-api/Cargo.toml index 69d7b726..59df55ac 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -27,7 +27,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-identity-service-api/Cargo.toml b/crates/ruma-identity-service-api/Cargo.toml index 2e455093..d1d24122 100644 --- a/crates/ruma-identity-service-api/Cargo.toml +++ b/crates/ruma-identity-service-api/Cargo.toml @@ -21,7 +21,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } diff --git a/crates/ruma-push-gateway-api/Cargo.toml b/crates/ruma-push-gateway-api/Cargo.toml index b9fa79fb..2e666654 100644 --- a/crates/ruma-push-gateway-api/Cargo.toml +++ b/crates/ruma-push-gateway-api/Cargo.toml @@ -21,7 +21,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-state-res/Cargo.toml b/crates/ruma-state-res/Cargo.toml index dd1dec47..3c1584e8 100644 --- a/crates/ruma-state-res/Cargo.toml +++ b/crates/ruma-state-res/Cargo.toml @@ -21,7 +21,7 @@ unstable-pre-spec = ["ruma-events/unstable-pre-spec"] itertools = "0.10.0" js_int = "0.2.0" maplit = "1.0.2" -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 0a47942d..bbeaa22c 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -117,7 +117,7 @@ unstable-pre-spec = [ assign = "1.1.1" js_int = "0.2.0" -ruma-common = { version = "0.5.3", path = "../ruma-common" } +ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-identifiers = { version = "0.19.3", path = "../ruma-identifiers", features = ["serde"] } ruma-serde = { version = "0.4.0", path = "../ruma-serde" }