Release ruma-signatures 0.8.0

This commit is contained in:
Jonas Platte 2021-06-21 18:08:04 +02:00
parent 6bf181a8d2
commit bbd22ab1e0
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased] # [unreleased]
# 0.8.0
Breaking changes: Breaking changes:
* Replace `ring` dependency with `ed25519-dalek` and `pkcs8` * Replace `ring` dependency with `ed25519-dalek` and `pkcs8`

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.7.2" version = "0.8.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true

View File

@ -125,7 +125,7 @@ ruma-serde = { version = "0.4.0", path = "../ruma-serde" }
ruma-client = { version = "0.6.0", path = "../ruma-client", optional = true } ruma-client = { version = "0.6.0", path = "../ruma-client", optional = true }
ruma-events = { version = "0.23.0", path = "../ruma-events", optional = true } ruma-events = { version = "0.23.0", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.7.2", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.8.0", path = "../ruma-signatures", optional = true }
ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true } ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true }
ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true } ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true }