Skip to content

Commit e5ec5e7

Browse files
author
semantic-release
committed
1.2.4
Automatically generated by python-semantic-release
1 parent 40b7adb commit e5ec5e7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

33

4+
## v1.2.4 (2025-02-25)
5+
6+
### Bug Fixes
7+
8+
- Re-release to fix missing source distribution
9+
([#51](https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/51),
10+
[`40b7adb`](https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/40b7adb56e5bfd24056b830a78c9f2b6eb88f1b6))
11+
12+
### Chores
13+
14+
- Remove funding ([#49](https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/49),
15+
[`1556476`](https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/1556476ece525a14fe9c0577ea4518fca91c18b4))
16+
17+
- **pre-commit.ci**: Pre-commit autoupdate
18+
([#50](https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/50),
19+
[`1b832c4`](https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/1b832c411d3a18815288be2f2e2d04843feac98f))
20+
21+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
22+
23+
424
## v1.2.3 (2025-02-22)
525

626
### Bug Fixes

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.2.3"
3+
version = "1.2.4"
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.2.3"
1+
__version__ = "1.2.4"
22

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)