Skip to content

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Oct 26, 2024
1 parent f7861f6 commit 7133562
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog
=========

0.12.0 (2024-10-26)
===================

New features:

* Build mac x86_64 wheels (pr #1029)
* Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #1061)
* Remove duplicate error logging during rebalance (pr #1025 by @y4n9squared)


Bugfixes:

* Quote username in SCRAM auth (pr #1043)


Improved Documentation:

* Fix building of readthedocs documentation (pr #1034)
* Fix typo in producer documentation (pr #1036 by @lgo)


0.11.0 (2024-06-30)
===================

Expand Down
2 changes: 1 addition & 1 deletion aiokafka/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.0"
__version__ = "0.12.0"

from .abc import ConsumerRebalanceListener
from .client import AIOKafkaClient
Expand Down

0 comments on commit 7133562

Please sign in to comment.