From 481cab02fde2d672af159b52b6a29a7ca5d3364a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 21 Jun 2021 17:55:47 +0200 Subject: [PATCH] Release ruma-push-gateway-api 0.2.0 --- crates/ruma-push-gateway-api/CHANGELOG.md | 6 ++++++ crates/ruma-push-gateway-api/Cargo.toml | 2 +- crates/ruma/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/crates/ruma-push-gateway-api/CHANGELOG.md b/crates/ruma-push-gateway-api/CHANGELOG.md index c26e0130..707db48b 100644 --- a/crates/ruma-push-gateway-api/CHANGELOG.md +++ b/crates/ruma-push-gateway-api/CHANGELOG.md @@ -1,5 +1,11 @@ # [unreleased] +# 0.2.0 + +Breaking changes: + +* Upgrade ruma-events to 0.23.0 + # 0.1.0 Breaking changes: diff --git a/crates/ruma-push-gateway-api/Cargo.toml b/crates/ruma-push-gateway-api/Cargo.toml index d628017f..40f41d75 100644 --- a/crates/ruma-push-gateway-api/Cargo.toml +++ b/crates/ruma-push-gateway-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruma-push-gateway-api" -version = "0.1.0" +version = "0.2.0" authors = ["Jonas Platte "] description = "Types for the endpoints in the Matrix push gateway API." homepage = "https://www.ruma.io/" diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index a65b804f..f507bda7 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -133,7 +133,7 @@ ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", opti 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 } ruma-identity-service-api = { version = "0.2.0", path = "../ruma-identity-service-api", optional = true } -ruma-push-gateway-api = { version = "0.1.0", path = "../ruma-push-gateway-api", optional = true } +ruma-push-gateway-api = { version = "0.2.0", path = "../ruma-push-gateway-api", optional = true } [dev-dependencies] anyhow = "1.0.37"