Release ruma-push-gateway-api 0.1.0
This commit is contained in:
parent
40b45c901e
commit
33bb9bd8ac
@ -1,6 +1,13 @@
|
||||
# 0.1.0 (unreleased)
|
||||
# [unreleased]
|
||||
|
||||
* Upgrade dependencies
|
||||
# 0.1.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Remove `Copy` implementation for `NotificationCounts` to avoid simple changes
|
||||
being breaking
|
||||
* Change `Box<RawJsonValue>` to `&RawJsonValue` in request types
|
||||
* Upgrade public dependencies
|
||||
|
||||
# 0.0.1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-push-gateway-api"
|
||||
version = "0.1.0-alpha.1"
|
||||
version = "0.1.0"
|
||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||
description = "Types for the endpoints in the Matrix push gateway API."
|
||||
homepage = "https://www.ruma.io/"
|
||||
|
@ -33,7 +33,7 @@ ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", opti
|
||||
ruma-client-api = { version = "0.10.0", path = "../ruma-client-api", optional = true }
|
||||
ruma-federation-api = { version = "0.1.0", path = "../ruma-federation-api", optional = true }
|
||||
ruma-identity-service-api = { version = "0.1.0", path = "../ruma-identity-service-api", optional = true }
|
||||
ruma-push-gateway-api = { version = "=0.1.0-alpha.1", path = "../ruma-push-gateway-api", optional = true }
|
||||
ruma-push-gateway-api = { version = "0.1.0", path = "../ruma-push-gateway-api", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde = { version = "1.0.118", features = ["derive"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user