- Rebuilt with Cython 3.0.2 to add Python 3.12 support.
- Rebuilt with Cython 3.0.0a11 to add Python 3.11 support.
- Rebuilt with Cython 3.0.0a9 to improve the performance in recent Python 3.x versions.
- Adapted for unsigned thread IDs, as used by Py3.7+. (original patch by Guilherme Dantas)
- Build with Cython 0.29.24 to support Py3.10 and later.
- Rebuild with Cython 0.29.22 to support Py3.9 and later.
- Rebuild with Cython 0.29.20 to support Py3.8 and later.
- Rebuild with Cython 0.28.5.
- Linux wheels are faster through profile guided optimisation.
- Add missing file to sdist. (patch by Mark Harfouche, Github issue #5)
- improve cimport support of C-API (patch by Naotoshi Seo, Github issue #3)
- provide
fastrlock.__version__
- add missing readme file to sdist
- initial release