File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.3.0 (2025-03-05)
5+
6+ ### Chores
7+
8+ - Update release workflow for newer PSR
9+ ([ #58 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/58 ) ,
10+ [ ` f42033a ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/f42033a0da856b32248edf345b7a7a9f42425ced ) )
11+
12+ - ** deps-dev** : Bump pytest from 8.3.4 to 8.3.5
13+ ([ #56 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/56 ) ,
14+ [ ` 95f13d8 ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/95f13d8c735908bfb1482afc780206106232f5a6 ) )
15+
16+ Signed-off-by: dependabot
[ bot
] < [email protected] > 17+
18+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
19+
20+ - ** pre-commit.ci** : Pre-commit autoupdate
21+ ([ #55 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/55 ) ,
22+ [ ` 4bae23f ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/4bae23f6f7e45575a07e4c8d41428f85d0d0a825 ) )
23+
24+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
25+
26+ ### Features
27+
28+ - Optimize wheel builds ([ #57 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/57 ) ,
29+ [ ` 8d3198d ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/8d3198db1331fcff411a078f0997682ac0fec27e ) )
30+
31+
432## v1.2.6 (2025-02-25)
533
634### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fnv-hash-fast"
3- version = " 1.2.6 "
3+ version = " 1.3.0 "
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.6 "
1+ __version__ = "1.3.0 "
22
33from .fnv_impl import fnv1a_32
44
You can’t perform that action at this time.
0 commit comments