diff --git a/Cargo.toml b/Cargo.toml index 43ab3931..7fc07dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/ruma-client/CHANGELOG.md b/crates/ruma-client/CHANGELOG.md index 62375b3e..d3e4fa96 100644 --- a/crates/ruma-client/CHANGELOG.md +++ b/crates/ruma-client/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.13.0 + Breaking changes: - Remove `isahc` feature diff --git a/crates/ruma-client/Cargo.toml b/crates/ruma-client/Cargo.toml index 1b279065..ecdb0243 100644 --- a/crates/ruma-client/Cargo.toml +++ b/crates/ruma-client/Cargo.toml @@ -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 }