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 014a1f5 commit adae989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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 adae989

Please sign in to comment.