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 5bc8cbe commit 21b7118Copy full SHA for 21b7118
3 files changed
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## v0.8.1 — 2026-02-11
3
+
4
5
6
## v0.8.0 — 2025-12-06
7
### Features
8
- add buffer protocol support for zero-copy scanning (#251)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hyperscan"
-version = "0.8.0"
+version = "0.8.1"
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.8.0"
+__version__ = "0.8.1"
0 commit comments