Skip to content

Commit 25e7ac0

Browse files
author
semantic-release
committed
1.4.0
Automatically generated by python-semantic-release
1 parent 225305d commit 25e7ac0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v1.4.0 (2025-03-05)
5+
6+
### Features
7+
8+
- Add armv7l wheels ([#59](https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/59),
9+
[`225305d`](https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/225305da5de2ead4af699060fb8b8d7c0ac67671))
10+
11+
412
## v1.3.0 (2025-03-05)
513

614
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fnv-hash-fast"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "A fast version of fnv1a"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/fnv_hash_fast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"
22

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)