Skip to content

Commit 5a3ea86

Browse files
committed
Version 1.2.0
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
1 parent 99f938d commit 5a3ea86

14 files changed

Lines changed: 70 additions & 10 deletions

File tree

datanommer.commands/NEWS.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
v1.2.0
8+
======
9+
10+
Released on 2024-04-15.
11+
This is a feature release that adds the datanommer-extract-users script.
12+
13+
Features
14+
^^^^^^^^
15+
16+
* Add the datanommer-extract-users script to fill the usernames table with data
17+
from recently-added message schemas (`320a466
18+
<https://github.com/fedora-infra/datanommer/commit/320a466>`_).
19+
20+
Development Improvements
21+
^^^^^^^^^^^^^^^^^^^^^^^^
22+
23+
* Use Ruff instead of flake8 and isort and bandit (:issue:`4f7ffaa`
24+
`#4f7ffaa <https://github.com/fedora-infra/datanommer/issues/4f7ffaa>`_).
25+
26+
727
v1.1.0
828
======
929

datanommer.commands/news/4f7ffaa.dev

Lines changed: 0 additions & 1 deletion
This file was deleted.

datanommer.commands/news/C320a466.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

datanommer.commands/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datanommer.commands"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Console commands for datanommer"
55
authors = [
66
"Fedora Infrastructure <admin@fedoraproject.org>"

datanommer.consumer/NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
v1.2.0
8+
======
9+
10+
Released on 2024-04-15. This is a minor release.
11+
12+
Development Improvements
13+
^^^^^^^^^^^^^^^^^^^^^^^^
14+
15+
* Use Ruff instead of flake8 and isort and bandit (:issue:`4f7ffaa`
16+
`#4f7ffaa <https://github.com/fedora-infra/datanommer/issues/4f7ffaa>`_).
17+
18+
719
v1.1.0
820
======
921

datanommer.consumer/news/4f7ffaa.dev

Lines changed: 0 additions & 1 deletion
This file was deleted.

datanommer.consumer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datanommer.consumer"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Consumer for datanommer"
55
authors = [
66
"Fedora Infrastructure <admin@fedoraproject.org>"

datanommer.models/NEWS.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
v1.2.0
8+
======
9+
10+
Released on 2024-04-15.
11+
This is a feature release that adds schema packages and upgrades the SQLAlchemy
12+
API to the 2.0 style.
13+
14+
Features
15+
^^^^^^^^
16+
17+
* Upgrade to the SQLAlchemy 2.0 API (`981e2a4
18+
<https://github.com/fedora-infra/datanommer/commit/981e2a4>`_).
19+
* Add a few schema packages to the dependencies.
20+
21+
Development Improvements
22+
^^^^^^^^^^^^^^^^^^^^^^^^
23+
24+
* Use Ruff instead of flake8 and isort and bandit (:issue:`4f7ffaa`
25+
`#4f7ffaa <https://github.com/fedora-infra/datanommer/issues/4f7ffaa>`_).
26+
27+
728
v1.1.0
829
======
930

datanommer.models/news/+schema-packages.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

datanommer.models/news/4f7ffaa.dev

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)