Skip to content

Commit f24a1fd

Browse files
committed
0.7.25
Automatically generated by python-semantic-release
1 parent 7a4b410 commit f24a1fd

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

33

4-
## v0.7.23 (2025-08-07)
4+
## v0.7.25 (2025-08-08)
55

66
### :bug:
77

@@ -19,6 +19,14 @@
1919

2020
### Other
2121

22+
* fix: add missing permissions to release workflow (#221) ([`7a4b410`](https://github.com/darvid/python-hyperscan/commit/7a4b41030c3cfb32d797c5e718e4f68a754c79c1))
23+
24+
* ci: add explicit workflow permissions (#220) ([`ae157f2`](https://github.com/darvid/python-hyperscan/commit/ae157f2f34174e40929212e2848167a530022110))
25+
26+
* Release 0.7.23 (#218)
27+
28+
Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev> ([`d80aaec`](https://github.com/darvid/python-hyperscan/commit/d80aaecb3f9465dca2909c0e5d76b46abe410015))
29+
2230
* fix: suppress clang unqualified-std-cast-call warning (#217) ([`a3ebaf8`](https://github.com/darvid/python-hyperscan/commit/a3ebaf879c5a61de2d29336333d3899277012f67))
2331

2432
* fix: replace hardcoded -march=core2 with architecture detection for ARM builds (#216) ([`e8ad199`](https://github.com/darvid/python-hyperscan/commit/e8ad199e50da37362795d44950667a36d965a156))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hyperscan"
3-
version = "0.7.23"
3+
version = "0.7.25"
44
description = "Python bindings for Hyperscan."
55
readme = "README.md"
66
authors = [{ name = "David Gidwani", email = "david.gidwani@atomweight.io" }]

src/hyperscan/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.23"
1+
__version__ = "0.7.25"

0 commit comments

Comments
 (0)