From 033969a54f800d1b8145a972afc58478b6e1f38a Mon Sep 17 00:00:00 2001 From: Yue Du Date: Fri, 25 Feb 2022 00:16:26 +0800 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ed7525..8399b9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,16 @@ CHANGELOG ----------- -vUnreleased -~~~~~~~~~~~ +v3.0.0 2022-02-25 +~~~~~~~~~~~~~~~~~ - New set `algorithms_available` lists all implemented algorithms in `xxhash` package. +- Upgrade xxHash to v0.8.1. +- Drop support for EOL Python versions, require python >= 3.6 from now on. +- Migrate to github actions and build arm64 wheels for macOS. +- Always release GIL. + v2.0.2 2021-04-15 ~~~~~~~~~~~~~~~~~ @@ -28,7 +33,7 @@ v1.4.4 2020-06-20 ~~~~~~~~~~~~~~~~~ - Upgrade xxHash to v0.7.3 -- Stop using PEP393 deprecated APIs +- Stop using PEP393 deprecated APIs - Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes v1.4.3 2019-11-12