We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3077019 commit 3ab92aeCopy full SHA for 3ab92ae
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## v0.8.0 — 2025-12-06
3
+### Features
4
+- add buffer protocol support for zero-copy scanning (#251)
5
+
6
7
8
## v0.7.30 — 2025-12-04
9
### Docs
10
- add conventional commits guidelines for semantic-release (#245)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hyperscan"
-version = "0.7.30"
+version = "0.8.0"
description = "Python bindings for Hyperscan."
readme = "README.md"
authors = [{ name = "David Gidwani", email = "david.gidwani@atomweight.io" }]
src/hyperscan/_version.py
@@ -1 +1 @@
-__version__ = "0.7.30"
+__version__ = "0.8.0"
0 commit comments