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.6 (2025-02-25)
5+
6+ ### Bug Fixes
7+
8+ - Use trusted publishing to upload wheels
9+ ([ #54 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/54 ) ,
10+ [ ` 5cd38d0 ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/5cd38d038b09ba6e6ac948d28fff3f66eaec33f4 ) )
11+
12+ ### Chores
13+
14+ - Update dependabot.yml
15+ ([ ` 9b8a953 ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/9b8a953d36782acd1187ce299b54e9ed08b723e3 ) )
16+
17+ - ** ci** : Bump python-semantic-release/python-semantic-release from 9.20.0 to 9.21.0 in the
18+ github-actions group ([ #53 ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/pull/53 ) ,
19+ [ ` 560c47a ` ] ( https://github.com/Bluetooth-Devices/fnv-hash-fast/commit/560c47aae4ca4d6304e0a08fb8352398986c527d ) )
20+
21+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
22+
23+
424## v1.2.5 (2025-02-25)
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.5 "
3+ version = " 1.2.6 "
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.5 "
1+ __version__ = "1.2.6 "
22
33from .fnv_impl import fnv1a_32
44
You can’t perform that action at this time.
0 commit comments