Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Sep 22, 2023
1 parent 1bc7e72 commit c2f8002
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 8 deletions.
22 changes: 22 additions & 0 deletions datanommer.commands/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Release Notes

.. towncrier release notes start
v1.1.0
======

Released on 2023-09-22.
This is a feature release that adds support for Python 3.10, drops support for
Python 3.7, and improves the database creation for Alembic integration.

Dependency Changes
^^^^^^^^^^^^^^^^^^

* Drop support for python 3.7, add support for python 3.10 (`PR#890
<https://github.com/fedora-infra/datanommer/pull/890>`_).

Features
^^^^^^^^

* Use Alembic to stamp the database when creating it. This requires adding a
config variable ``alembic_ini`` in the fedora-messaging configuration file
that points to the ``alembic.ini`` file. (`PR#815
<https://github.com/fedora-infra/datanommer/pull/815>`_).


v1.0.3
======

Expand Down
1 change: 0 additions & 1 deletion datanommer.commands/news/PR815.feature

This file was deleted.

1 change: 0 additions & 1 deletion datanommer.commands/news/PR890.dependency

This file was deleted.

2 changes: 1 addition & 1 deletion datanommer.commands/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datanommer.commands"
version = "1.0.3"
version = "1.1.0"
description = "Console commands for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down
13 changes: 13 additions & 0 deletions datanommer.consumer/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Release Notes

.. towncrier release notes start
v1.1.0
======

Released on 2023-09-22.
This is a feature release that updates Python support.

Dependency Changes
^^^^^^^^^^^^^^^^^^

* Drop support for python 3.7, add support for python 3.10 (`PR#890
<https://github.com/fedora-infra/datanommer/pull/890>`_).


v1.0.3
======

Expand Down
1 change: 0 additions & 1 deletion datanommer.consumer/news/PR890.dependency

This file was deleted.

2 changes: 1 addition & 1 deletion datanommer.consumer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datanommer.consumer"
version = "1.0.3"
version = "1.1.0"
description = "Consumer for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down
17 changes: 17 additions & 0 deletions datanommer.models/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Release Notes

.. towncrier release notes start
v1.1.0
======

Released on 2023-09-22.
This is a feature release that adds ``koji-fedoramessaging-messages`` as a
dependency to interpret koji messages, and updates a lot of our other
dependencies.

Dependency Changes
^^^^^^^^^^^^^^^^^^

* Drop support for python 3.7, add support for python 3.10 (`PR#890
<https://github.com/fedora-infra/datanommer/pull/890>`_).
* Add the ``koji-fedoramessaging-messages`` package (:issue:`1257`
`#1257 <https://github.com/fedora-infra/datanommer/issues/1257>`_).


v1.0.4
======

Expand Down
1 change: 0 additions & 1 deletion datanommer.models/news/1257.dependency

This file was deleted.

1 change: 0 additions & 1 deletion datanommer.models/news/PR890.dependency

This file was deleted.

2 changes: 1 addition & 1 deletion datanommer.models/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datanommer.models"
version = "1.0.4"
version = "1.1.0"
description = "SQLAlchemy models for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down

0 comments on commit c2f8002

Please sign in to comment.