Release ruma-client 0.9.0

This commit is contained in:
Jonas Platte 2022-04-28 17:46:51 +02:00
parent 72070b0e4b
commit 415473741e
No known key found for this signature in database
GPG Key ID: BBA95679259D342F
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.9.0
Breaking changes:
* Upgrade dependencies
# 0.8.0
Breaking changes:

View File

@ -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

View File

@ -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 }