From 4200d6e38771d976230f0d326a2aa95ed3819343 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 24 Jun 2021 15:02:31 +0200 Subject: [PATCH] Release ruma-api 0.17.1 --- crates/ruma-api-macros/Cargo.toml | 2 +- crates/ruma-api/CHANGELOG.md | 7 +++++++ crates/ruma-api/Cargo.toml | 4 ++-- crates/ruma-appservice-api/Cargo.toml | 2 +- crates/ruma-client-api/Cargo.toml | 2 +- crates/ruma-client/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/Cargo.toml | 2 +- 10 files changed, 17 insertions(+), 10 deletions(-) diff --git a/crates/ruma-api-macros/Cargo.toml b/crates/ruma-api-macros/Cargo.toml index 841b18fd..32b3565a 100644 --- a/crates/ruma-api-macros/Cargo.toml +++ b/crates/ruma-api-macros/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.17.0" +version = "0.17.1" edition = "2018" [lib] diff --git a/crates/ruma-api/CHANGELOG.md b/crates/ruma-api/CHANGELOG.md index abd970ec..dbd8eaf9 100644 --- a/crates/ruma-api/CHANGELOG.md +++ b/crates/ruma-api/CHANGELOG.md @@ -1,5 +1,12 @@ # [unreleased] +# 0.17.1 + +Improvements: + +* Allow `ruma_api!` to be used by crates that depend on matrix-sdk, but not (directly) on ruma or + ruma-api + # 0.17.0 Breaking changes: diff --git a/crates/ruma-api/Cargo.toml b/crates/ruma-api/Cargo.toml index 7fa963bd..905c50eb 100644 --- a/crates/ruma-api/Cargo.toml +++ b/crates/ruma-api/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.17.0" +version = "0.17.1" edition = "2018" [package.metadata.docs.rs] @@ -29,7 +29,7 @@ server = [] bytes = "1.0.1" http = "0.2.2" percent-encoding = "2.1.0" -ruma-api-macros = { version = "=0.17.0", path = "../ruma-api-macros" } +ruma-api-macros = { version = "=0.17.1", path = "../ruma-api-macros" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.1", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index 0a084bab..81d131d4 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -21,7 +21,7 @@ client = [] server = [] [dependencies] -ruma-api = { version = "0.17.0", path = "../ruma-api" } +ruma-api = { version = "0.17.1", path = "../ruma-api" } ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", features = ["client"], optional = true } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.23.1", path = "../ruma-events" } diff --git a/crates/ruma-client-api/Cargo.toml b/crates/ruma-client-api/Cargo.toml index ddb6a9a4..4a10edc7 100644 --- a/crates/ruma-client-api/Cargo.toml +++ b/crates/ruma-client-api/Cargo.toml @@ -34,7 +34,7 @@ http = "0.2.2" 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-api = { version = "0.17.1", path = "../ruma-api" } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.23.1", path = "../ruma-events" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } diff --git a/crates/ruma-client/Cargo.toml b/crates/ruma-client/Cargo.toml index 93b7d5e1..32712b71 100644 --- a/crates/ruma-client/Cargo.toml +++ b/crates/ruma-client/Cargo.toml @@ -44,7 +44,7 @@ hyper-rustls-crate = { package = "hyper-rustls", version = "0.22.1", optional = hyper-tls = { version = "0.5.0", optional = true } 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-api = { version = "0.17.1", path = "../ruma-api" } ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true, features = ["client"] } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } diff --git a/crates/ruma-federation-api/Cargo.toml b/crates/ruma-federation-api/Cargo.toml index e03d0cb4..f49b5441 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -26,7 +26,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "0.17.0", path = "../ruma-api" } +ruma-api = { version = "0.17.1", path = "../ruma-api" } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.23.1", path = "../ruma-events" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } diff --git a/crates/ruma-identity-service-api/Cargo.toml b/crates/ruma-identity-service-api/Cargo.toml index e0b02ac5..7cc079ff 100644 --- a/crates/ruma-identity-service-api/Cargo.toml +++ b/crates/ruma-identity-service-api/Cargo.toml @@ -20,7 +20,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "0.17.0", path = "../ruma-api" } +ruma-api = { version = "0.17.1", path = "../ruma-api" } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.1", path = "../ruma-serde" } diff --git a/crates/ruma-push-gateway-api/Cargo.toml b/crates/ruma-push-gateway-api/Cargo.toml index 2f6afb7b..f96c7d69 100644 --- a/crates/ruma-push-gateway-api/Cargo.toml +++ b/crates/ruma-push-gateway-api/Cargo.toml @@ -20,7 +20,7 @@ server = [] [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "0.17.0", path = "../ruma-api" } +ruma-api = { version = "0.17.1", path = "../ruma-api" } ruma-common = { version = "0.5.4", path = "../ruma-common" } ruma-events = { version = "0.23.1", path = "../ruma-events" } ruma-identifiers = { version = "0.19.4", path = "../ruma-identifiers" } diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 77ad1744..dbcb912b 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -128,7 +128,7 @@ ruma-events = { version = "0.23.1", path = "../ruma-events", optional = true } ruma-signatures = { version = "0.8.0", path = "../ruma-signatures", optional = true } ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true } -ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true } +ruma-api = { version = "0.17.1", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "0.3.0", path = "../ruma-appservice-api", optional = true } ruma-client-api = { version = "0.11.0", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "0.2.0", path = "../ruma-federation-api", optional = true }