From 0b2cf02db3ae2d93745346cf39d74f5aeee0a1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 21 Jul 2021 16:35:27 +0200 Subject: [PATCH] Version 1.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/release_notes.rst | 44 ++++++++++++++++++++++++++++++++++++++++++ news/248.feature | 1 - news/576.feature | 1 - news/610.feature | 1 - news/646.feature | 1 - news/658.bug | 1 - news/PR659.dev | 1 - news/PR665.bug | 1 - news/PR672.feature | 1 - news/PR701.feature | 1 - pyproject.toml | 2 +- 11 files changed, 45 insertions(+), 10 deletions(-) delete mode 100644 news/248.feature delete mode 100644 news/576.feature delete mode 100644 news/610.feature delete mode 100644 news/646.feature delete mode 100644 news/658.bug delete mode 100644 news/PR659.dev delete mode 100644 news/PR665.bug delete mode 100644 news/PR672.feature delete mode 100644 news/PR701.feature diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 04e68fcaf..9bcae3385 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,50 @@ Release notes .. towncrier release notes start +v1.3.0 +====== + +Released on 2021-07-21. + +Features +^^^^^^^^ + +* Add a page to manage registering users (:pr:`672`). +* Allow template override with a custom directory, see the + ``TEMPLATES_CUSTOM_DIRECTORIES`` configration value (:pr:`701`). +* Allow users to declare their Matrix IDs in addition to the IRC nicknames + (:issue:`248`). +* Display on users' profiles the agreements they have signed (:issue:`576`). +* Validate email addresses when changed in the ``mail`` or ``rhbz_mail`` + attributes (:issue:`610`). +* Allow users to select multiple pronouns (:issue:`646`). + +Bug Fixes +^^^^^^^^^ + +* Don't tell users signing up that their username is already taken when it can + be the email address (:pr:`665`). +* Add the ``for`` attribute to checkbox labels (:issue:`658`). + +Development Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Start using `pre-commit `_ to run the simple + checkers (linters, formatters, security checks). Run ``poetry install`` to + install the new dependencies, and then run ``pre-commit install`` to setup + the git hook. Also add the `safety `_ tool + (:pr:`659`). + +Contributors +^^^^^^^^^^^^ + +Many thanks to the contributors of bug reports, pull requests, and pull request +reviews for this release: + +* Aurélien Bompard +* Calvin Goodale + + v1.2.0 ====== Released on 2021-05-18. diff --git a/news/248.feature b/news/248.feature deleted file mode 100644 index 529c0bb9a..000000000 --- a/news/248.feature +++ /dev/null @@ -1 +0,0 @@ -Allow users to declare their Matrix IDs in addition to the IRC nicknames diff --git a/news/576.feature b/news/576.feature deleted file mode 100644 index dea74b064..000000000 --- a/news/576.feature +++ /dev/null @@ -1 +0,0 @@ -Display on users' profiles the agreements they have signed diff --git a/news/610.feature b/news/610.feature deleted file mode 100644 index f8e55289c..000000000 --- a/news/610.feature +++ /dev/null @@ -1 +0,0 @@ -Validate email addresses when changed in the ``mail`` or ``rhbz_mail`` attributes diff --git a/news/646.feature b/news/646.feature deleted file mode 100644 index ea39add0f..000000000 --- a/news/646.feature +++ /dev/null @@ -1 +0,0 @@ -Allow users to select multiple pronouns diff --git a/news/658.bug b/news/658.bug deleted file mode 100644 index 59a356a84..000000000 --- a/news/658.bug +++ /dev/null @@ -1 +0,0 @@ -Add the ``for`` attribute to checkbox labels diff --git a/news/PR659.dev b/news/PR659.dev deleted file mode 100644 index 09b90a069..000000000 --- a/news/PR659.dev +++ /dev/null @@ -1 +0,0 @@ -Start using `pre-commit `_ to run the simple checkers (linters, formatters, security checks). Run ``poetry install`` to install the new dependencies, and then run ``pre-commit install`` to setup the git hook. Also add the `safety `_ tool diff --git a/news/PR665.bug b/news/PR665.bug deleted file mode 100644 index 6de3d8269..000000000 --- a/news/PR665.bug +++ /dev/null @@ -1 +0,0 @@ -Don't tell users signing up that their username is already taken when it can be the email address diff --git a/news/PR672.feature b/news/PR672.feature deleted file mode 100644 index 34c6b4ad8..000000000 --- a/news/PR672.feature +++ /dev/null @@ -1 +0,0 @@ -Add a page to manage registering users diff --git a/news/PR701.feature b/news/PR701.feature deleted file mode 100644 index 0cee114eb..000000000 --- a/news/PR701.feature +++ /dev/null @@ -1 +0,0 @@ -Allow template override with a custom directory, see the ``TEMPLATES_CUSTOM_DIRECTORIES`` configration value diff --git a/pyproject.toml b/pyproject.toml index e77d53f45..69bc9c245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noggin-aaa" -version = "1.2.0" +version = "1.3.0" description = "Noggin is a self-service portal for FreeIPA. The primary purpose of the portal is to allow users to sign up and manage their account information and group membership." license = "MIT"