Release ruma-appservice-api 0.7.0
This commit is contained in:
parent
5cfc4874e2
commit
357b29f4c3
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.7.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Remove `PartialEq` implementation for `Namespace`
|
||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||
name = "ruma-appservice-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
|
@ -213,7 +213,7 @@ ruma-client = { version = "0.9.0", path = "../ruma-client", optional = true }
|
||||
ruma-signatures = { version = "0.11.0", path = "../ruma-signatures", optional = true }
|
||||
ruma-state-res = { version = "0.7.0", path = "../ruma-state-res", optional = true }
|
||||
|
||||
ruma-appservice-api = { version = "0.6.0", path = "../ruma-appservice-api", optional = true }
|
||||
ruma-appservice-api = { version = "0.7.0", path = "../ruma-appservice-api", optional = true }
|
||||
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
|
||||
ruma-federation-api = { version = "0.6.0", path = "../ruma-federation-api", optional = true }
|
||||
ruma-identity-service-api = { version = "0.6.0", path = "../ruma-identity-service-api", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user