diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index c7ceb22f..34f0b497 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -17,7 +17,7 @@ all-features = true [dependencies] ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-client-api = { version = "0.10.1", path = "../ruma-client-api", features = ["client"], optional = true } -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 e317d3be..29529260 100644 --- a/crates/ruma-client-api/Cargo.toml +++ b/crates/ruma-client-api/Cargo.toml @@ -27,7 +27,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.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 17dc5add..0ec29add 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.1", path = "../ruma-client-api", optional = true, features = ["client"] } -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 03faf227..3be4cf41 100644 --- a/crates/ruma-common/CHANGELOG.md +++ b/crates/ruma-common/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.5.2 + Improvements: * Add `thirdparty::ThirdPartyIdentifier` diff --git a/crates/ruma-common/Cargo.toml b/crates/ruma-common/Cargo.toml index 197cccb8..75664c70 100644 --- a/crates/ruma-common/Cargo.toml +++ b/crates/ruma-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-common" -version = "0.5.1" +version = "0.5.2" 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 a47d85a2..ad6bc885 100644 --- a/crates/ruma-events/Cargo.toml +++ b/crates/ruma-events/Cargo.toml @@ -20,7 +20,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.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 652441e3..7bf9038c 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 062ba548..09de2acc 100644 --- a/crates/ruma-identity-service-api/Cargo.toml +++ b/crates/ruma-identity-service-api/Cargo.toml @@ -16,7 +16,7 @@ all-features = true [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 c0662c7a..4c27cece 100644 --- a/crates/ruma-push-gateway-api/Cargo.toml +++ b/crates/ruma-push-gateway-api/Cargo.toml @@ -16,7 +16,7 @@ all-features = true [dependencies] js_int = { version = "0.2.0", features = ["serde"] } ruma-api = { version = "0.17.0", path = "../ruma-api" } -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 0d41feac..68e74eec 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.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", 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 99bbb740..fdebdb81 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"] assign = "1.1.1" js_int = "0.2.0" -ruma-common = { version = "0.5.1", path = "../ruma-common" } +ruma-common = { version = "0.5.2", path = "../ruma-common" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers", features = ["serde"] } ruma-serde = { version = "0.4.0", path = "../ruma-serde" }