Release ruma-push-gateway-api 0.7.0

This commit is contained in:
Jonas Platte 2023-02-01 14:08:37 +01:00
parent 14331541e6
commit d2c47b84aa
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.6.0", path = "crates/ruma-push-gateway-api" }
ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.12.0", path = "crates/ruma-signatures" }
ruma-state-res = { version = "0.8.0", path = "crates/ruma-state-res" }
serde = { version = "1.0.147", features = ["derive"] }

View File

@ -1,5 +1,9 @@
# [unreleased]
# 0.7.0
No changes for this version
# 0.6.0
Breaking changes:

View File

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