Release ruma-signatures 0.7.0

This commit is contained in:
Jonas Platte 2021-04-13 21:34:53 +02:00
parent 10fb4c9910
commit f6371bb1f2
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.7.0
Breaking changes:
* Upgrade ruma-identifiers dependency to 0.19.0
# 0.6.0
Breaking changes:

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-signatures"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.6.0"
version = "0.7.0"
[dependencies]
base64 = "0.13.0"

View File

@ -24,7 +24,7 @@ ruma-identifiers = { version = "0.19.0", path = "../ruma-identifiers", features
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.6.0", path = "../ruma-signatures", optional = true }
ruma-signatures = { version = "0.7.0", path = "../ruma-signatures", optional = true }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }