From 329537afef82610d62ddb70cc31dcc9f2f2c0931 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 2 Jan 2021 15:09:30 +0100 Subject: [PATCH] Release new versions of ruma-*-api * ruma-appservice-api 0.2.0-alpha.2 * ruma-client-api 0.10.0-alpha.2 * ruma-federation-api 0.1.0-alpha.1 * ruma-identity-service-api 0.0.1 * ruma-push-gateway-api 0.0.1 --- ruma-appservice-api/CHANGELOG.md | 18 +++++++----------- ruma-appservice-api/Cargo.toml | 4 ++-- ruma-client-api/Cargo.toml | 6 +++--- ruma-client/Cargo.toml | 2 +- ruma-federation-api/CHANGELOG.md | 3 ++- ruma-federation-api/Cargo.toml | 4 ++-- ruma-identity-service-api/CHANGELOG.md | 5 +++-- ruma-identity-service-api/Cargo.toml | 6 +++--- ruma-push-gateway-api/CHANGELOG.md | 6 +++--- ruma-push-gateway-api/Cargo.toml | 4 ++-- ruma/Cargo.toml | 10 +++++----- 11 files changed, 33 insertions(+), 35 deletions(-) diff --git a/ruma-appservice-api/CHANGELOG.md b/ruma-appservice-api/CHANGELOG.md index a3886f47..a67b59ff 100644 --- a/ruma-appservice-api/CHANGELOG.md +++ b/ruma-appservice-api/CHANGELOG.md @@ -1,23 +1,19 @@ -# [unreleased] - -Improvements: - -* Add room visibility management endpoint +# 0.2.0 (unreleased) Breaking changes: * Fix endpoint versioning +* Upgrade dependencies + +Improvements: + +* Upgrade dependencies +* Add room visibility management endpoint Bug fixes: * Fix `push_events::v1::Request` serialization by sending a dictionary instead of an array on request body -# 0.2.0 - -Improvements: - -* Upgrade dependencies - # 0.1.0 Initial release. diff --git a/ruma-appservice-api/Cargo.toml b/ruma-appservice-api/Cargo.toml index 08df8dd3..15646399 100644 --- a/ruma-appservice-api/Cargo.toml +++ b/ruma-appservice-api/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-appservice-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.2.0-alpha.1" +version = "0.2.0-alpha.2" edition = "2018" [dependencies] @@ -18,7 +18,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } -serde_json = "1.0.57" +serde_json = "1.0.61" [features] unstable-exhaustive-types = [] diff --git a/ruma-client-api/Cargo.toml b/ruma-client-api/Cargo.toml index 4f7b8bc2..b446b000 100644 --- a/ruma-client-api/Cargo.toml +++ b/ruma-client-api/Cargo.toml @@ -13,11 +13,11 @@ license = "MIT" name = "ruma-client-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.10.0-alpha.1" +version = "0.10.0-alpha.2" edition = "2018" [dependencies] -assign = "1.1.0" +assign = "1.1.1" http = "0.2.2" js_int = { version = "0.2.0", features = ["serde"] } maplit = "1.0.2" @@ -28,7 +28,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } -serde_json = "1.0.60" +serde_json = "1.0.61" [dev-dependencies] maplit = "1.0.2" diff --git a/ruma-client/Cargo.toml b/ruma-client/Cargo.toml index c1b29afc..df4aa514 100644 --- a/ruma-client/Cargo.toml +++ b/ruma-client/Cargo.toml @@ -24,7 +24,7 @@ hyper = { version = "0.14.2", features = ["client", "tcp"] } hyper-tls = { version = "0.5.0", optional = true } hyper-rustls = { version = "0.22.1", optional = true, default-features = false } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } -ruma-client-api = { version = "0.10.0-alpha.1", 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-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } diff --git a/ruma-federation-api/CHANGELOG.md b/ruma-federation-api/CHANGELOG.md index 70a65310..bbfefaab 100644 --- a/ruma-federation-api/CHANGELOG.md +++ b/ruma-federation-api/CHANGELOG.md @@ -1,4 +1,4 @@ -# [unreleased] +# 0.1.0 (unreleased) Breaking Changes: @@ -7,6 +7,7 @@ Breaking Changes: * Wrap `PduStub`s in `membership::create_join_event` in `Raw` * Remove `PduStub` (it only existed because of the spec being misleading) * Rename `pdu_stub` fields to `pdu` +* Upgrade dependencies Improvements: diff --git a/ruma-federation-api/Cargo.toml b/ruma-federation-api/Cargo.toml index 03ef69ee..6791eecf 100644 --- a/ruma-federation-api/Cargo.toml +++ b/ruma-federation-api/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" name = "ruma-federation-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.0.3" +version = "0.1.0-alpha.1" [dependencies] js_int = { version = "0.2.0", features = ["serde"] } @@ -23,7 +23,7 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } -serde_json = "1.0.60" +serde_json = "1.0.61" [dev-dependencies] matches = "0.1.8" diff --git a/ruma-identity-service-api/CHANGELOG.md b/ruma-identity-service-api/CHANGELOG.md index 71cf834a..1c490f10 100644 --- a/ruma-identity-service-api/CHANGELOG.md +++ b/ruma-identity-service-api/CHANGELOG.md @@ -1,5 +1,6 @@ # [unreleased] -## Improvements +# 0.0.1 -- Added authentication endpoints: `authentication::{get_account_information::v2, logout::v2, register::v2}` +* Add authentication endpoints: + `authentication::{get_account_information::v2, logout::v2, register::v2}` diff --git a/ruma-identity-service-api/Cargo.toml b/ruma-identity-service-api/Cargo.toml index 96ae45e6..07f8b2ba 100644 --- a/ruma-identity-service-api/Cargo.toml +++ b/ruma-identity-service-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-identity-service-api" -version = "0.0.0" +version = "0.0.1" authors = ["Jonas Platte "] description = "Types for the endpoints in the Matrix identity service API." homepage = "https://www.ruma.io/" @@ -15,5 +15,5 @@ ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api" } ruma-common = { version = "=0.3.0-alpha.1", path = "../ruma-common" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } -serde = { version = "1.0.114", features = ["derive"] } -serde_json = "1.0.57" +serde = { version = "1.0.118", features = ["derive"] } +serde_json = "1.0.61" diff --git a/ruma-push-gateway-api/CHANGELOG.md b/ruma-push-gateway-api/CHANGELOG.md index 3b2218b1..2fa07f7d 100644 --- a/ruma-push-gateway-api/CHANGELOG.md +++ b/ruma-push-gateway-api/CHANGELOG.md @@ -1,5 +1,5 @@ -# [Unreleased] +# [unreleased] -Improvements: +# 0.0.1 -* Add `send_event_notification::v1` endpoint +* Add endpoint `send_event_notification::v1` diff --git a/ruma-push-gateway-api/Cargo.toml b/ruma-push-gateway-api/Cargo.toml index 098f29b1..d7250e7a 100644 --- a/ruma-push-gateway-api/Cargo.toml +++ b/ruma-push-gateway-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-push-gateway-api" -version = "0.0.0" +version = "0.0.1" authors = ["Jonas Platte "] description = "Types for the endpoints in the Matrix push gateway API." homepage = "https://www.ruma.io/" @@ -18,7 +18,7 @@ ruma-events = { version = "0.22.0-alpha.1", path = "../ruma-events" } ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.3.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } -serde_json = "1.0.60" +serde_json = "1.0.61" [features] unstable-exhaustive-types = [] diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index f88bcb4f..52ba7740 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -24,11 +24,11 @@ ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = ruma-signatures = { version = "=0.6.0-alpha.1", path = "../ruma-signatures", optional = true } ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true } -ruma-appservice-api = { version = "=0.2.0-alpha.1", path = "../ruma-appservice-api", optional = true } -ruma-client-api = { version = "=0.10.0-alpha.1", path = "../ruma-client-api", optional = true } -ruma-federation-api = { version = "0.0.3", path = "../ruma-federation-api", optional = true } -ruma-identity-service-api = { version = "0.0.0", path = "../ruma-identity-service-api", optional = true } -ruma-push-gateway-api = { version = "0.0.0", path = "../ruma-push-gateway-api", optional = true } +ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true } +ruma-client-api = { version = "=0.10.0-alpha.2", path = "../ruma-client-api", optional = true } +ruma-federation-api = { version = "=0.1.0-alpha.1", path = "../ruma-federation-api", optional = true } +ruma-identity-service-api = { version = "0.0.1", path = "../ruma-identity-service-api", optional = true } +ruma-push-gateway-api = { version = "0.0.1", path = "../ruma-push-gateway-api", optional = true } [dev-dependencies] serde = { version = "1.0.118", features = ["derive"] }