Release ruma-signatures 0.7.0
This commit is contained in:
parent
10fb4c9910
commit
f6371bb1f2
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.7.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Upgrade ruma-identifiers dependency to 0.19.0
|
||||
|
||||
# 0.6.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -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"
|
||||
|
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user