Skip to content

Commit b53516f

Browse files
committed
Version 3.3.0
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 9cad95c commit b53516f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/changelog.rst

+29
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
3.3.0 (2023-03-31)
8+
==================
9+
10+
Features
11+
--------
12+
13+
* Add support for asyncio-based callbacks in the consumer. As a consequence,
14+
the Twisted reactor used by the CLI is now ``asyncio``.
15+
(`PR#282 <https://github.com/fedora-infra/fedora-messaging/pull/282>`_)
16+
17+
Documentation Improvements
18+
--------------------------
19+
20+
* Improve documentation layout, and add some documentation on the message
21+
schemas.
22+
(`1fa8998
23+
<https://github.com/fedora-infra/fedora-messaging/commit/1fa8998>`_)
24+
* Add koji-fedoramessaging-messages to the list of known schemas.
25+
(`ef12fa2
26+
<https://github.com/fedora-infra/fedora-messaging/commit/ef12fa2>`_)
27+
28+
Development Changes
29+
-------------------
30+
31+
* Update pre-commit linters.
32+
(`0efdde1
33+
<https://github.com/fedora-infra/fedora-messaging/commit/0efdde1>`_)
34+
35+
736
3.2.0 (2022-10-17)
837
==================
938

fedora_messaging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
pass
2424

2525

26-
__version__ = "3.2.0"
26+
__version__ = "3.3.0"

0 commit comments

Comments
 (0)