From 0f1c52aaab086bc0a81f4c28074837b03ca3bdb4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 10 Aug 2021 15:21:47 +0200 Subject: [PATCH] Update changelogs --- crates/ruma-api/CHANGELOG.md | 17 ++++++++++------- crates/ruma-client-api/CHANGELOG.md | 8 +++++--- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/crates/ruma-api/CHANGELOG.md b/crates/ruma-api/CHANGELOG.md index b768dadb..126a3f40 100644 --- a/crates/ruma-api/CHANGELOG.md +++ b/crates/ruma-api/CHANGELOG.md @@ -1,12 +1,5 @@ # [unreleased] -# 0.18.0 - -Yanked, this was the same as 0.17.2 but accidentally released with the minor -rather than the patch version segment incremented. - -# 0.17.2 - Bug fixes: * Allow all borrowing query and / or body parameters in `ruma_api!` to be @@ -15,6 +8,16 @@ Bug fixes: `impl` block generation code into a derive macro (derive macros run after `cfg` expansion) +# 0.18.0 + +Yanked, this was the same as 0.17.2 but accidentally released with the minor +rather than the patch version segment incremented. It then turned out that it +did actually contain breaking changes, so 0.17.2 was yanked too. + +# 0.17.2 + +Yanked since it unintentionally contained breaking changes. + # 0.17.1 Improvements: diff --git a/crates/ruma-client-api/CHANGELOG.md b/crates/ruma-client-api/CHANGELOG.md index 887186cf..51f601c4 100644 --- a/crates/ruma-client-api/CHANGELOG.md +++ b/crates/ruma-client-api/CHANGELOG.md @@ -1,11 +1,9 @@ # [unreleased] -# 0.11.2 - Improvements: * Add more endpoints: - + ```rust r0::knock::knock_room ``` @@ -14,6 +12,10 @@ Improvements: * Add a `feature = "compat"` workaround for Element failing on `GET /_matrix/client/r0/account/3pid` response if the optional `threepids` field is missing +# 0.11.2 + +Yanked since it depended on a version of ruma-api that had to be yanked too. + # 0.11.1 Yanked, wrong dependency version.