From e4d2f8b4086cd6792afe677bba8908c9478cb325 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 --- .github/workflows/package.yml | 6 +----- CHANGELOG.md | 12 +++++++++++- pyfastani/__init__.py | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 245aef4..e177f65 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -255,12 +255,8 @@ jobs: with: name: wheels path: dist - - uses: pypa/gh-action-pypi-publish@master + - uses: pypa/gh-action-pypi-publish@release/v1 if: startsWith(github.ref, 'refs/tags') - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} - skip_existing: true release: environment: GitHub Releases 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__ = [