File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,35 @@ Release Notes
4
4
5
5
.. towncrier release notes start
6
6
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
+
7
36
3.2.0 (2022-10-17)
8
37
==================
9
38
Original file line number Diff line number Diff line change 23
23
pass
24
24
25
25
26
- __version__ = "3.2 .0"
26
+ __version__ = "3.3 .0"
You can’t perform that action at this time.
0 commit comments