Release ruma-signatures 0.6.0

This commit is contained in:
Jonas Platte 2021-04-01 01:30:01 +02:00
parent 4ff8f751e0
commit 953358e8ee
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# 0.6.0 (unreleased) # [unreleased]
# 0.6.0
Breaking changes: Breaking changes:

View File

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

View File

@ -24,7 +24,7 @@ ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers", features
ruma-serde = { version = "0.3.1", path = "../ruma-serde" } ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true } ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
ruma-signatures = { version = "=0.6.0-alpha.1", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.6.0", path = "../ruma-signatures", optional = true }
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", 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 } ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }