File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fnv-hash-fast"
3- version = " 1.2.3 "
3+ version = " 1.2.4 "
44description = " A fast version of fnv1a"
55authors = [
" J. Nick Koston <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "1.2.3 "
1+ __version__ = "1.2.4 "
22
33from .fnv_impl import fnv1a_32
44
You can’t perform that action at this time.
0 commit comments