Skip to content

Commit

Permalink
Prepare 0.10.0.a0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Dec 13, 2023
1 parent 7b6c94e commit 7ea1bea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
># Byte-compiled / optimized / DLL files
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

0.10.0.a0 (2023-12-13)
======================

New features:

* Support static membership protocol, `KIP-345`_ (issue #680, pr #941 by
@patkivikram and @joshuaherrera)

.. _KIP-345: https://cwiki.apache.org/confluence/display/KAFKA/KIP-345%3A+Introduce+static+membership+protocol+to+reduce+consumer+rebalances


0.9.0 (2023-12-04)
==================

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.9.0' # noqa
__version__ = '0.10.0.a0' # noqa

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

0 comments on commit 7ea1bea

Please sign in to comment.