Skip to content

Commit 4fad0dd

Browse files
committed
Prepare 3.6.0
1 parent fdfcd18 commit 4fad0dd

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
-----------
33

4+
v3.6.0 2025-10-02
5+
~~~~~~~~~~~~~~~~~
6+
7+
- Build wheels for Python 3.14
8+
- Python free-threading support
9+
- Typing: Use Buffer type stubs
10+
- Deprecate xxhash.VERSION_TUPLE, it will be removed in the next major release
11+
412
v3.5.0 2024-08-17
513
~~~~~~~~~~~~~~~~~
614

xxhash/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = "3.5.0"
1+
VERSION = "3.6.0"
22
#: Deprecated, will be removed in the next major release
3-
VERSION_TUPLE = (3, 5, 0)
3+
VERSION_TUPLE = (3, 6, 0)

0 commit comments

Comments
 (0)