Skip to content

Commit

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

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

## v0.3.1 (2023-04-04)
### Fix
* Ensure conversion is unsigned ([#5](https://github.com/bdraco/fnv-hash-fast/issues/5)) ([`7389859`](https://github.com/bdraco/fnv-hash-fast/commit/73898596872311b5a37f474fad4edf0a9a7aa5e7))

## v0.3.0 (2023-04-04)
### Feature
* Init version ([#3](https://github.com/bdraco/fnv-hash-fast/issues/3)) ([`fc608b7`](https://github.com/bdraco/fnv-hash-fast/commit/fc608b7a1f1fee03eab2598d25f808249ea0de95))
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.3.0"
version = "0.3.1"
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.3.0"
__version__ = "0.3.1"

from .fnv_impl import fnv1a_32

Expand Down

0 comments on commit 60beae8

Please sign in to comment.