Skip to content

Commit 21b7118

Browse files
Release 0.8.1 (#256)
Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev>
1 parent 5bc8cbe commit 21b7118

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

2+
## v0.8.1 — 2026-02-11
3+
4+
5+
26
## v0.8.0 — 2025-12-06
37
### Features
48
- add buffer protocol support for zero-copy scanning (#251)

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

0 commit comments

Comments
 (0)