Skip to content

Commit

Permalink
Prepare 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Jun 29, 2024
1 parent 4cba502 commit b861a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

Unreleased
==========
0.11.0 (2024-06-29)
===================

New features:

Expand All @@ -19,6 +19,7 @@ Bugfixes:
(pr #978 by @alm0ra)
* Fix `NotControllerError` in `AIOKafkaAdminClient.create_topics` and other
methods (issue #995)
* Fix unintended cancellation of fetcher task (issue #983, pr #1007 by @apmorton)


0.10.0 (2023-12-15)
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.10.0"
__version__ = "0.11.0"

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

0 comments on commit b861a26

Please sign in to comment.