Release ruma-push-gateway-api 0.9.0
This commit is contained in:
parent
42f20a4e8d
commit
8a8c0adff9
@ -26,7 +26,7 @@ ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
|
||||
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
|
||||
ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" }
|
||||
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
|
||||
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
|
||||
ruma-push-gateway-api = { version = "0.9.0", path = "crates/ruma-push-gateway-api" }
|
||||
ruma-signatures = { version = "0.15.0", path = "crates/ruma-signatures" }
|
||||
ruma-server-util = { version = "0.3.0", path = "crates/ruma-server-util" }
|
||||
ruma-state-res = { version = "0.10.0", path = "crates/ruma-state-res" }
|
||||
|
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.9.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
- The http crate had a major version bump to version 1.1
|
||||
|
||||
# 0.8.0
|
||||
|
||||
No changes for this version
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-push-gateway-api"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
description = "Types for the endpoints in the Matrix push gateway API."
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user