Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGELOG


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

### :bug:

Expand All @@ -19,6 +19,16 @@

### Other

* fix: suppress clang unqualified-std-cast-call warning (#217) ([`a3ebaf8`](https://github.com/darvid/python-hyperscan/commit/a3ebaf879c5a61de2d29336333d3899277012f67))

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

* build: :package: update vectorscan to 5.4.12, enable SIMDE_BACKEND (#215) ([`8df0fcd`](https://github.com/darvid/python-hyperscan/commit/8df0fcdcea6a9d52f4050f5c8004bc1325b0df6f))

* Release 0.7.21 (#213)

Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev> ([`960877c`](https://github.com/darvid/python-hyperscan/commit/960877c5c3f5c9a7f6c4da9c50b866b5ffa3e45f))

* chore: clean up config files after unicode fix merge (#211) ([`abf808e`](https://github.com/darvid/python-hyperscan/commit/abf808e13f19fd03897f43518f06ea423fd20c3c))

* Release 0.7.19 (#209)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyperscan"
version = "0.7.21"
version = "0.7.23"
description = "Python bindings for Hyperscan."
readme = "README.md"
authors = [{ name = "David Gidwani", email = "david.gidwani@atomweight.io" }]
Expand Down
2 changes: 1 addition & 1 deletion src/hyperscan/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.21"
__version__ = "0.7.23"
Loading