Release ruma-client-api 0.18.0

This commit is contained in:
Kévin Commaille 2024-05-09 12:53:11 +02:00
parent 84c174da49
commit 00a332b037
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@ 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.12.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.4", 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.8.0", path = "crates/ruma-federation-api" } ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.2.0", path = "crates/ruma-html" } ruma-html = { version = "0.2.0", path = "crates/ruma-html" }

View File

@ -1,5 +1,7 @@
# [unreleased] # [unreleased]
# 0.18.0
Bug fixes: Bug fixes:
- Don't require the `failures` field in the - Don't require the `failures` field in the
@ -26,6 +28,7 @@ Breaking changes:
- Make `get_uiaa_fallback::v3::Response` an enum for a redirect or an HTML page. - Make `get_uiaa_fallback::v3::Response` an enum for a redirect or an HTML page.
It will now return the proper status code and headers depending on the variant It will now return the proper status code and headers depending on the variant
used. used.
- The http crate had a major version bump to version 1.1
Improvements: Improvements:

View File

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