Skip to content

Commit

Permalink
Version 1.3.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 May 22, 2024
1 parent 352332f commit 03a6706
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 10 deletions.
21 changes: 21 additions & 0 deletions datanommer.commands/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ For ``datanommer.commands``

.. towncrier release notes start
v1.3.0
======

Released on 2024-05-22.

Features
^^^^^^^^

* Improve the extract-users script (
`dbf28ff <https://github.com/fedora-infra/datanommer/commit/dbf28ff>`_,
`ac7394e <https://github.com/fedora-infra/datanommer/commit/ac7394e>`_,
`ec2e581 <https://github.com/fedora-infra/datanommer/commit/ec2e581>`_,
`2fd0175 <https://github.com/fedora-infra/datanommer/commit/2fd0175>`_
).

Other Changes
^^^^^^^^^^^^^

* Update dependencies


v1.2.0
======

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

This file was deleted.

3 changes: 1 addition & 2 deletions datanommer.commands/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0"
version = "1.3.0"
description = "Console commands for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down
29 changes: 29 additions & 0 deletions datanommer.models/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ For ``datanommer.models``

.. towncrier release notes start
v1.3.0
======

Released on 2024-05-22.

Features
^^^^^^^^

* Add a ``get_first()`` method on ``Message`` to get the first message matching
a grep-like query (`99fb739 <https://github.com/fedora-infra/datanommer/commit/99fb739>`_).

Bug Fixes
^^^^^^^^^

* Don't compute the total when not necessary (`99fb739 <https://github.com/fedora-infra/datanommer/commit/99fb739>`_).

Documentation Improvements
^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add online documentation with Sphinx, see https://datanommer.readthedocs.io
(`2631885 <https://github.com/fedora-infra/datanommer/commit/2631885>`_).

Other Changes
^^^^^^^^^^^^^

* Improve the unit tests (`610067f <https://github.com/fedora-infra/datanommer/commit/610067f>`_, `075052c <https://github.com/fedora-infra/datanommer/commit/075052c>`_).
* Update dependencies


v1.2.0
======

Expand Down
1 change: 0 additions & 1 deletion datanommer.models/news/+get_first.feature

This file was deleted.

1 change: 0 additions & 1 deletion datanommer.models/news/+no_total.bug

This file was deleted.

1 change: 0 additions & 1 deletion datanommer.models/news/C2631885.docs

This file was deleted.

1 change: 0 additions & 1 deletion datanommer.models/news/C610067f.other

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.2.0"
version = "1.3.0"
description = "SQLAlchemy models for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion tools/towncrier/template.rst.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{{ top_underline * ((top_line)|length)-}}

Released on {{ versiondata.date }}.
This is a {major|feature|bugfix} release that adds [short summary].
{% for section, _ in sections.items() %}
{% set underline = underlines[0] %}{% if section %}{{section}}
{{ underline * section|length }}{% set underline = underlines[1] %}
Expand Down

0 comments on commit 03a6706

Please sign in to comment.