Release ruma-push-gateway-api 0.5.0

This commit is contained in:
Jonas Platte 2022-04-28 17:43:43 +02:00
parent 83d3650ae3
commit edc167caf4
No known key found for this signature in database
GPG Key ID: BBA95679259D342F
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.5.0
Breaking changes:
* Upgrade dependencies
# 0.4.0
Breaking changes:

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-push-gateway-api"
version = "0.4.0"
version = "0.5.0"
description = "Types for the endpoints in the Matrix push gateway API."
homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]

View File

@ -177,7 +177,7 @@ ruma-appservice-api = { version = "0.5.0", path = "../ruma-appservice-api", opti
ruma-client-api = { version = "0.14.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.5.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.5.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "0.4.0", path = "../ruma-push-gateway-api", optional = true }
ruma-push-gateway-api = { version = "0.5.0", path = "../ruma-push-gateway-api", optional = true }
[dev-dependencies]
serde = { version = "1.0.118", features = ["derive"] }