Skip to content

Commit 90cd285

Browse files
Release 0.8.2 (#259)
1 parent 9a5efa2 commit 90cd285

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

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+
210
## v0.8.1 — 2026-02-11
311

412

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

0 commit comments

Comments
 (0)