Skip to content

Commit

Permalink
Version 3.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 Mar 31, 2023
1 parent 9cad95c commit b53516f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ Release Notes

.. towncrier release notes start
3.3.0 (2023-03-31)
==================

Features
--------

* Add support for asyncio-based callbacks in the consumer. As a consequence,
the Twisted reactor used by the CLI is now ``asyncio``.
(`PR#282 <https://github.com/fedora-infra/fedora-messaging/pull/282>`_)

Documentation Improvements
--------------------------

* Improve documentation layout, and add some documentation on the message
schemas.
(`1fa8998
<https://github.com/fedora-infra/fedora-messaging/commit/1fa8998>`_)
* Add koji-fedoramessaging-messages to the list of known schemas.
(`ef12fa2
<https://github.com/fedora-infra/fedora-messaging/commit/ef12fa2>`_)

Development Changes
-------------------

* Update pre-commit linters.
(`0efdde1
<https://github.com/fedora-infra/fedora-messaging/commit/0efdde1>`_)


3.2.0 (2022-10-17)
==================

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.2.0"
__version__ = "3.3.0"

0 comments on commit b53516f

Please sign in to comment.