Skip to content

Commit

Permalink
Version 3.2.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 Oct 17, 2022
1 parent 038b9a1 commit 4228dd8
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
33 changes: 33 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ Release Notes

.. towncrier release notes start
3.2.0 (2022-10-17)
==================

Features
--------

* Add a priority property to messages, and a default priority in the
configuration
(`PR#275 <https://github.com/fedora-infra/fedora-messaging/pull/275>`_)
* Add a message schema attribute and some documentation to help deprecate and
upgrade message schemas
(`#227 <https://github.com/fedora-infra/fedora-messaging/issues/227>`_)

Other Changes
-------------

* Use tomllib from the standard library on Python 3.11 and above,
fallback to tomli otherwise.
(`PR#274 <https://github.com/fedora-infra/fedora-messaging/pull/274>`_)

Contributors
------------

Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Akashdeep Dhar
* Aurélien Bompard
* Erol Keskin
* Miro Hrončok
* Stephen Coady


3.1.0 (2022-09-13)
==================

Expand Down
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.1.0"
__version__ = "3.2.0"
1 change: 0 additions & 1 deletion news/227.feature

This file was deleted.

2 changes: 0 additions & 2 deletions news/PR274.other

This file was deleted.

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

This file was deleted.

0 comments on commit 4228dd8

Please sign in to comment.