Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Changelog
=========

1.2.0.1 (2025-03-05)
1.2.0.2 (2026-08-21)
--------------------

- Fixed a bug where ``Decompressor.decompress()`` could leave stale
unconsumed input behind after fully consuming a chunk of compressed
data, causing subsequent calls to fail or re-process old data.
- Since cibuildwheel dropped support, this release does not include Python 3.8 wheels.

1.2.0.1 (2026-03-05)
--------------------

- Added support for the free-threaded build of Python 3.14.
Expand Down
2 changes: 1 addition & 1 deletion src/brotlicffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Compressor, MODE_GENERIC, MODE_TEXT, MODE_FONT, error, Error
)

__version__ = "1.2.0.1"
__version__ = "1.2.0.2"
Loading