Release ruma-push-gateway-api 0.2.0

This commit is contained in:
Jonas Platte 2021-06-21 17:55:47 +02:00
parent 8c785f68ab
commit 481cab02fd
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased] # [unreleased]
# 0.2.0
Breaking changes:
* Upgrade ruma-events to 0.23.0
# 0.1.0 # 0.1.0
Breaking changes: Breaking changes:

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ruma-push-gateway-api" name = "ruma-push-gateway-api"
version = "0.1.0" version = "0.2.0"
authors = ["Jonas Platte <jplatte@posteo.de>"] authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix push gateway API." description = "Types for the endpoints in the Matrix push gateway API."
homepage = "https://www.ruma.io/" homepage = "https://www.ruma.io/"

View File

@ -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-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-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-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] [dev-dependencies]
anyhow = "1.0.37" anyhow = "1.0.37"