Release ruma-client 0.13.0

This commit is contained in:
Kévin Commaille 2024-05-09 13:05:46 +02:00
parent 8a8c0adff9
commit f4433c1ff0
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ js_int = "0.2.2"
maplit = "1.0.2" maplit = "1.0.2"
ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api" } ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.13.0", path = "crates/ruma-common" } 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-client-api = { version = "0.18.0", path = "crates/ruma-client-api" }
ruma-events = { version = "0.28.0", path = "crates/ruma-events" } ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.9.0", path = "crates/ruma-federation-api" } ruma-federation-api = { version = "0.9.0", path = "crates/ruma-federation-api" }

View File

@ -1,5 +1,7 @@
# [unreleased] # [unreleased]
# 0.13.0
Breaking changes: Breaking changes:
- Remove `isahc` feature - Remove `isahc` feature

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-client" name = "ruma-client"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.12.0" version = "0.13.0"
edition = "2021" edition = "2021"
rust-version = { workspace = true } rust-version = { workspace = true }