Skip to content

Commit 238dbd5

Browse files
committed
Release v2.0.0
1 parent d1ed4ab commit 238dbd5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
CHANGELOG
22
-----------
33

4-
UNRELEASED
4+
v2.0.0 2020-08-03
55
~~~~~~~~~~~~~~~~~
66

7+
- **Require xxHash version >= v0.8.0**
8+
- Upgrade xxHash to v0.8.0
79
- XXH3 hashes: `xxh3_64`, `xxh3_128`, and their oneshot functions
810

911
v1.4.4 2020-06-20

xxhash/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
XXHASH_VERSION,
1919
)
2020

21-
VERSION = "2.0.0.dev2"
21+
VERSION = "2.0.0"
2222

2323

2424
xxh128 = xxh3_128

0 commit comments

Comments
 (0)