Skip to content

Commit 594f171

Browse files
author
semantic-release
committed
1.3.0
Automatically generated by python-semantic-release
1 parent 8d3198d commit 594f171

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
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

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

33
from .fnv_impl import fnv1a_32
44

0 commit comments

Comments
 (0)