Release ruma-client-api 0.16.2

This commit is contained in:
Jonas Platte 2023-02-16 19:37:28 +01:00
parent b50ef4864c
commit 145356217d
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ maplit = "1.0.2"
ruma-appservice-api = { version = "0.8.1", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.3", path = "crates/ruma-common" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.1", path = "crates/ruma-client-api" }
ruma-client-api = { version = "0.16.2", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.7.1", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.1", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.1", path = "crates/ruma-identity-service-api" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.16.2
Bug fixes:
- Don't serialize `None` as `null` in `report_content::v3::Request`

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-client-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.16.1"
version = "0.16.2"
edition = "2021"
rust-version = "1.64"