Skip to content

Commit

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

0.9.0 (????-??-??)
==================

New features:

* Include `kafka-python` into `aiokafka`'s code base
* Replace `python-snappy` and `zstandard` with `cramjam`
* PEP518 compliant `pyproject.toml`
* Python 3.12 support


Bugfixes:

* Fix type annotation for `ConsumerRecord` (pr #912 by @zschumacher)


Improved Documentation:

* Fix `AbstractTokenProvider.token` example (pr #919 by @mtomilov)


0.8.1 (2023-05-31)
==================
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.8.1' # noqa
__version__ = '0.9.0.rc0' # noqa

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

0 comments on commit b029fa2

Please sign in to comment.