Skip to content

Commit ea7d45d

Browse files
committed
docs: prepare version 0.18.0
1 parent d2d58a8 commit ea7d45d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## 0.18.0 (October 5, 2025)
66

77
- Support for Python 3.14
88
- Deprecate the `read_size` and `write_size` parameters of `ZstdFile` and `SeekableZstdFile`

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
from typing_extensions import deprecated
7676

7777

78-
__version__ = '0.17.0'
78+
__version__ = '0.18.0'
7979

8080
__doc__ = '''\
8181
Python bindings to Zstandard (zstd) compression library, the API style is

0 commit comments

Comments
 (0)