From 3a46a5837d8a28bd38e69c607756959a1d3e2145 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 10 Jun 2021 15:25:13 +0200 Subject: [PATCH] Release ruma-common 0.5.3 --- 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 | 7 +++++++ 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, 17 insertions(+), 10 deletions(-) diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index 7ba08c85..ab4d62fe 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 8b8c1e66..452b94d1 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 caa32d15..b615b3ed 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 3be4cf41..cfb13bf7 100644 --- a/crates/ruma-common/CHANGELOG.md +++ b/crates/ruma-common/CHANGELOG.md @@ -1,5 +1,12 @@ # [unreleased] +# 0.5.3 + +Improvements: + +* Add `instance_id` field to `ProtocolInstance[Init]` under the + `unstable-pre-spec` feature + # 0.5.2 Improvements: diff --git a/crates/ruma-common/Cargo.toml b/crates/ruma-common/Cargo.toml index 4d3b6851..5921b6bc 100644 --- a/crates/ruma-common/Cargo.toml +++ b/crates/ruma-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-common" -version = "0.5.2" +version = "0.5.3" 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 96a97e32..94b707dd 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events-macros = { version = "=0.22.2", path = "../ruma-events-macros" } ruma-identifiers = { version = "0.19.1", 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 bda6a4af..64a088c1 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 64663c44..327cdd9f 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-identifiers = { version = "0.19.1", 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 ee997c92..cd687ecb 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 f4f5f9a1..5ee03ed5 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-events = { version = "0.22.2", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", 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 69504e33..eb6cd6d1 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.2", path = "../ruma-common" } +ruma-common = { version = "0.5.3", path = "../ruma-common" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers", features = ["serde"] } ruma-serde = { version = "0.4.0", path = "../ruma-serde" }