We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d58a8 commit ea7d45dCopy full SHA for ea7d45d
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## Unreleased
+## 0.18.0 (October 5, 2025)
6
7
- Support for Python 3.14
8
- Deprecate the `read_size` and `write_size` parameters of `ZstdFile` and `SeekableZstdFile`
src/__init__.py
@@ -75,7 +75,7 @@
75
from typing_extensions import deprecated
76
77
78
-__version__ = '0.17.0'
+__version__ = '0.18.0'
79
80
__doc__ = '''\
81
Python bindings to Zstandard (zstd) compression library, the API style is
0 commit comments