Release ruma-client-api 0.16.0
This commit is contained in:
parent
0a9a6c5f33
commit
a6c8a4eddd
@ -15,7 +15,7 @@ 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-api = { version = "0.15.3", path = "crates/ruma-client-api" }
|
||||
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
|
||||
ruma-federation-api = { version = "0.6.0", path = "crates/ruma-federation-api" }
|
||||
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
|
||||
ruma-identity-service-api = { version = "0.6.0", path = "crates/ruma-identity-service-api" }
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.16.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Remove `sync::sync_events::v3::DeviceLists` re-export
|
||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||
name = "ruma-client-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.15.3"
|
||||
version = "0.16.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user