Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 20, 2024
1 parent c350497 commit e4d2f8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyfastani/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "0.5.0"
__version__ = "0.5.1"

__doc__ = _fastani.__doc__
__all__ = [
Expand Down

0 comments on commit e4d2f8b

Please sign in to comment.