Skip to content

Commit b861a26

Browse files
committed
Prepare 0.11.0 release
1 parent 4cba502 commit b861a26

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
==========
5+
0.11.0 (2024-06-29)
6+
===================
77

88
New features:
99

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

2324

2425
0.10.0 (2023-12-15)

aiokafka/__init__.py

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

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

0 commit comments

Comments
 (0)