Release ruma-client 0.11.0

This commit is contained in:
Jonas Platte 2023-02-01 14:20:41 +01:00
parent b0967d9053
commit 85d42896af
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@ js_int = "0.2.2"
maplit = "1.0.2"
ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }

View File

@ -1,5 +1,9 @@
# [unreleased]
# 0.11.0
No changes for this version
# 0.10.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.10.0"
version = "0.11.0"
edition = "2021"
rust-version = "1.64"