Release ruma-client 0.10.0

This commit is contained in:
Jonas Platte 2022-09-12 21:07:30 +02:00
parent 357b29f4c3
commit 2a6a07dd7b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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