Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Sep 13, 2022
1 parent 561ee18 commit 5195026
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Release Notes

.. towncrier release notes start
3.1.0 (2022-09-13)
==================

Features
--------

* Add the ``app_name`` and ``agent_name`` properties to message schemas
(`PR#272 <https://github.com/fedora-infra/fedora-messaging/pull/272>`_)
* Added "groups" property to message schemas. This property can be used if an
event affects a list of groups.
(`#252 <https://github.com/fedora-infra/fedora-messaging/issues/252>`_)


3.0.2 (2022-05-19)
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
"python": ("https://docs.python.org/3", None),
"pika": ("https://pika.readthedocs.io/en/latest/", None),
"jsonschema": ("https://python-jsonschema.readthedocs.io/en/latest/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
"blinker": ("https://blinker.readthedocs.io/en/stable/", None),
"Twisted": ("https://docs.twisted.org/en/stable/api/", None),
}
2 changes: 1 addition & 1 deletion fedora_messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
pass


__version__ = "3.0.2"
__version__ = "3.1.0"
1 change: 0 additions & 1 deletion news/252.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR272.feature

This file was deleted.

0 comments on commit 5195026

Please sign in to comment.