Skip to content

Commit bab7554

Browse files
author
semantic-release
committed
1.2.6
Automatically generated by python-semantic-release
1 parent 5cd38d0 commit bab7554

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.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

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

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)