Release ruma-push-gateway-api 0.3.0
This commit is contained in:
parent
c4427c36b6
commit
6734cf3bf4
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.3.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Upgrade dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-push-gateway-api"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||
description = "Types for the endpoints in the Matrix push gateway API."
|
||||
homepage = "https://www.ruma.io/"
|
||||
|
@ -133,7 +133,7 @@ ruma-appservice-api = { version = "0.3.0", path = "../ruma-appservice-api", opti
|
||||
ruma-client-api = { version = "0.12.0", path = "../ruma-client-api", optional = true }
|
||||
ruma-federation-api = { version = "0.3.0", path = "../ruma-federation-api", optional = true }
|
||||
ruma-identity-service-api = { version = "0.3.0", path = "../ruma-identity-service-api", optional = true }
|
||||
ruma-push-gateway-api = { version = "0.2.0", path = "../ruma-push-gateway-api", optional = true }
|
||||
ruma-push-gateway-api = { version = "0.3.0", path = "../ruma-push-gateway-api", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.37"
|
||||
|
Loading…
x
Reference in New Issue
Block a user