Release ruma-client 0.13.0
This commit is contained in:
parent
8a8c0adff9
commit
f4433c1ff0
@ -18,7 +18,7 @@ js_int = "0.2.2"
|
||||
maplit = "1.0.2"
|
||||
ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api" }
|
||||
ruma-common = { version = "0.13.0", path = "crates/ruma-common" }
|
||||
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
|
||||
ruma-client = { version = "0.13.0", path = "crates/ruma-client" }
|
||||
ruma-client-api = { version = "0.18.0", path = "crates/ruma-client-api" }
|
||||
ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
|
||||
ruma-federation-api = { version = "0.9.0", path = "crates/ruma-federation-api" }
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.13.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
- Remove `isahc` feature
|
||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
||||
name = "ruma-client"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
edition = "2021"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user