Release ruma-client 0.10.0
This commit is contained in:
parent
357b29f4c3
commit
2a6a07dd7b
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.10.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Upgrade dependencies
|
||||
|
||||
# 0.9.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||
name = "ruma-client"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
|
@ -209,7 +209,7 @@ js_option = "0.1.1"
|
||||
|
||||
ruma-common = { version = "0.10.0", path = "../ruma-common" }
|
||||
|
||||
ruma-client = { version = "0.9.0", path = "../ruma-client", optional = true }
|
||||
ruma-client = { version = "0.10.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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user