From d2a4196956c5c09cc79e86eeb32a4b522fccc50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 21 Sep 2023 17:25:10 +0200 Subject: [PATCH] Version 3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- changelog.d/826.fixed | 2 -- changelog.d/877.fixed | 1 - changelog.d/912.fixed | 1 - changelog.d/971.fixed | 1 - changelog.d/984.fixed | 1 - changelog.d/PR913.feature | 1 - docs/changelog.md | 15 +++++++++++++++ pyproject.toml | 2 +- 8 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 changelog.d/826.fixed delete mode 100644 changelog.d/877.fixed delete mode 100644 changelog.d/912.fixed delete mode 100644 changelog.d/971.fixed delete mode 100644 changelog.d/984.fixed delete mode 100644 changelog.d/PR913.feature diff --git a/changelog.d/826.fixed b/changelog.d/826.fixed deleted file mode 100644 index 17686b898..000000000 --- a/changelog.d/826.fixed +++ /dev/null @@ -1,2 +0,0 @@ -Disable a user's rules when the user is disabled. This will happen only after the FASJSON cache -expires, so there will be a delay. Disabled rules will not be re-enabled if the user is re-enabled. diff --git a/changelog.d/877.fixed b/changelog.d/877.fixed deleted file mode 100644 index 9b2620177..000000000 --- a/changelog.d/877.fixed +++ /dev/null @@ -1 +0,0 @@ -Add a Cancel button when creating a rule and a link back to the rules list in the user dropdown diff --git a/changelog.d/912.fixed b/changelog.d/912.fixed deleted file mode 100644 index c96cd8322..000000000 --- a/changelog.d/912.fixed +++ /dev/null @@ -1 +0,0 @@ -Allow address extentions (``+``) in email addresses diff --git a/changelog.d/971.fixed b/changelog.d/971.fixed deleted file mode 100644 index ed08eacd8..000000000 --- a/changelog.d/971.fixed +++ /dev/null @@ -1 +0,0 @@ -Don't crash when we timeout reaching the Matrix server diff --git a/changelog.d/984.fixed b/changelog.d/984.fixed deleted file mode 100644 index b3b9cbf05..000000000 --- a/changelog.d/984.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix the creation of the "My Events" tracking rule diff --git a/changelog.d/PR913.feature b/changelog.d/PR913.feature deleted file mode 100644 index 46a3072f2..000000000 --- a/changelog.d/PR913.feature +++ /dev/null @@ -1 +0,0 @@ -Send the cache building stats to collectd diff --git a/docs/changelog.md b/docs/changelog.md index bfdc4761d..f74159ba8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,21 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [3.2.0](https://github.com/fedora-infra/fmn/tree/3.2.0) - 2023-09-21 + +### Added + +- Send the cache building stats to collectd [#913](https://github.com/fedora-infra/fmn/issues/913) + +### Fixed + +- Disable a user's rules when the user is disabled. This will happen only after the FASJSON cache + expires, so there will be a delay. Disabled rules will not be re-enabled if the user is re-enabled. [#826](https://github.com/fedora-infra/fmn/issues/826) +- Add a Cancel button when creating a rule and a link back to the rules list in the user dropdown [#877](https://github.com/fedora-infra/fmn/issues/877) +- Allow address extentions (``+``) in email addresses [#912](https://github.com/fedora-infra/fmn/issues/912) +- Don't crash when we timeout reaching the Matrix server [#971](https://github.com/fedora-infra/fmn/issues/971) +- Fix the creation of the "My Events" tracking rule [#984](https://github.com/fedora-infra/fmn/issues/984) + ## [3.1.0](https://github.com/fedora-infra/fmn/tree/3.1.0) - 2023-08-09 diff --git a/pyproject.toml b/pyproject.toml index 4012ecd20..f4bde8c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "fmn" -version = "3.1.0" +version = "3.2.0" description = "Fedora Messaging Notifications" authors = [ "Aurélien Bompard ",