Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 22, 2024
1 parent 26c2026 commit bdfb6df
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.6.0 (2024-08-22)

### Feature

* Python 3.13 support ([#17](https://github.com/bdraco/fnv-hash-fast/issues/17)) ([`b808ad1`](https://github.com/bdraco/fnv-hash-fast/commit/b808ad166c49f8eef13c6b477bc4c0dda57dc1d8))

### Fix

* Bump pre-commit action to 3.0.1 ([#18](https://github.com/bdraco/fnv-hash-fast/issues/18)) ([`26c2026`](https://github.com/bdraco/fnv-hash-fast/commit/26c20267232ce4bceb4656d4547d89b9145c5e54))

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

### Feature
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.5.0"
version = "0.6.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.5.0"
__version__ = "0.6.0"

from .fnv_impl import fnv1a_32

Expand Down

0 comments on commit bdfb6df

Please sign in to comment.