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 9a5efa2 commit 90cd285Copy full SHA for 90cd285
3 files changed
CHANGELOG.md
@@ -1,4 +1,12 @@
1
2
+## v0.8.2 — 2026-03-16
3
+### Docs
4
+- replace old VectorCamp hyperlink (#258)
5
+### Fixes
6
+- correct match offset truncation for buffers larger than 4GB (#257)
7
+
8
9
10
## v0.8.1 — 2026-02-11
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hyperscan"
-version = "0.8.1"
+version = "0.8.2"
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.1"
+__version__ = "0.8.2"
0 commit comments