Skip to content

Commit 7133562

Browse files
committed
Prepare 0.12.0 release
1 parent f7861f6 commit 7133562

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Changelog
33
=========
44

5+
0.12.0 (2024-10-26)
6+
===================
7+
8+
New features:
9+
10+
* Build mac x86_64 wheels (pr #1029)
11+
* Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #1061)
12+
* Remove duplicate error logging during rebalance (pr #1025 by @y4n9squared)
13+
14+
15+
Bugfixes:
16+
17+
* Quote username in SCRAM auth (pr #1043)
18+
19+
20+
Improved Documentation:
21+
22+
* Fix building of readthedocs documentation (pr #1034)
23+
* Fix typo in producer documentation (pr #1036 by @lgo)
24+
25+
526
0.11.0 (2024-06-30)
627
===================
728

aiokafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.0"
1+
__version__ = "0.12.0"
22

33
from .abc import ConsumerRebalanceListener
44
from .client import AIOKafkaClient

0 commit comments

Comments
 (0)