From adae989febd2c29082164001630090e0afd3cf52 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 20 Feb 2024 14:11:09 +0100 Subject: [PATCH] Release v0.5.1 --- CHANGELOG.md | 12 +++++++++++- pyfastani/__init__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5299c..c549f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/althonos/pyfastani/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/althonos/pyfastani/compare/v0.5.1...HEAD + + +## [v0.5.1] - 2024-02-20 +[v0.5.1]: https://github.com/althonos/pyfastani/compare/v0.5.0...v0.5.1 + +### Added +- Pre-compiled wheels for Python 3.12 and PyPy 3.10. + +### Fixed +- Use NEON and SSE2 unconditionally on platforms where they are available by default. ## [v0.5.0] - 2023-07-22 diff --git a/pyfastani/__init__.py b/pyfastani/__init__.py index 7bb5835..d88776e 100644 --- a/pyfastani/__init__.py +++ b/pyfastani/__init__.py @@ -12,7 +12,7 @@ __author__ = "Martin Larralde " __license__ = "MIT" -__version__ = "0.5.0" +__version__ = "0.5.1" __doc__ = _fastani.__doc__ __all__ = [