Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 18, 2023
1 parent efc8960 commit e1aca70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.5.0 (2023-10-18)

### Feature

* Build wheel for latest cpython release ([#8](https://github.com/bdraco/fnv-hash-fast/issues/8)) ([`5bda2cb`](https://github.com/bdraco/fnv-hash-fast/commit/5bda2cbccd2bdb01ca61f885e2b1f6b3f39ca4c6))

### Fix

* Reduce size of wheels by excluding generated .cpp files ([#9](https://github.com/bdraco/fnv-hash-fast/issues/9)) ([`efc8960`](https://github.com/bdraco/fnv-hash-fast/commit/efc896027b7b7d4e6b8d41c4f4c5deb0f5128405))

## v0.4.1 (2023-08-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fnv-hash-fast"
version = "0.4.1"
version = "0.5.0"
description = "A fast version of fnv1a"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fnv_hash_fast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

from .fnv_impl import fnv1a_32

Expand Down

0 comments on commit e1aca70

Please sign in to comment.