We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfcd18 commit 4fad0ddCopy full SHA for 4fad0dd
2 files changed
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
CHANGELOG
2
-----------
3
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
12
v3.5.0 2024-08-17
13
~~~~~~~~~~~~~~~~~
14
xxhash/version.py
@@ -1,3 +1,3 @@
-VERSION = "3.5.0"
+VERSION = "3.6.0"
#: Deprecated, will be removed in the next major release
-VERSION_TUPLE = (3, 5, 0)
+VERSION_TUPLE = (3, 6, 0)
0 commit comments