Skip to content

Commit 4e035d7

Browse files
committed
0.7.23
Automatically generated by python-semantic-release
1 parent a3ebaf8 commit 4e035d7

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

33

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

66
### :bug:
77

@@ -19,6 +19,16 @@
1919

2020
### Other
2121

22+
* fix: suppress clang unqualified-std-cast-call warning (#217) ([`a3ebaf8`](https://github.com/darvid/python-hyperscan/commit/a3ebaf879c5a61de2d29336333d3899277012f67))
23+
24+
* fix: replace hardcoded -march=core2 with architecture detection for ARM builds (#216) ([`e8ad199`](https://github.com/darvid/python-hyperscan/commit/e8ad199e50da37362795d44950667a36d965a156))
25+
26+
* build: :package: update vectorscan to 5.4.12, enable SIMDE_BACKEND (#215) ([`8df0fcd`](https://github.com/darvid/python-hyperscan/commit/8df0fcdcea6a9d52f4050f5c8004bc1325b0df6f))
27+
28+
* Release 0.7.21 (#213)
29+
30+
Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev> ([`960877c`](https://github.com/darvid/python-hyperscan/commit/960877c5c3f5c9a7f6c4da9c50b866b5ffa3e45f))
31+
2232
* chore: clean up config files after unicode fix merge (#211) ([`abf808e`](https://github.com/darvid/python-hyperscan/commit/abf808e13f19fd03897f43518f06ea423fd20c3c))
2333

2434
* Release 0.7.19 (#209)

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.21"
3+
version = "0.7.23"
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.21"
1+
__version__ = "0.7.23"

0 commit comments

Comments
 (0)