Release ruma-client 0.9.0
This commit is contained in:
parent
72070b0e4b
commit
415473741e
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.9.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Upgrade dependencies
|
||||
|
||||
# 0.8.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||
name = "ruma-client"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -169,7 +169,7 @@ js_int = "0.2.0"
|
||||
|
||||
ruma-common = { version = "0.9.0", path = "../ruma-common" }
|
||||
|
||||
ruma-client = { version = "0.8.0", path = "../ruma-client", optional = true }
|
||||
ruma-client = { version = "0.9.0", path = "../ruma-client", optional = true }
|
||||
ruma-signatures = { version = "0.10.0", path = "../ruma-signatures", optional = true }
|
||||
ruma-state-res = { version = "0.6.0", path = "../ruma-state-res", optional = true }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user