Skip to content

Commit 3ab92ae

Browse files
Release 0.8.0 (#252)
Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev>
1 parent 3077019 commit 3ab92ae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

2+
## v0.8.0 — 2025-12-06
3+
### Features
4+
- add buffer protocol support for zero-copy scanning (#251)
5+
6+
7+
28
## v0.7.30 — 2025-12-04
39
### Docs
410
- add conventional commits guidelines for semantic-release (#245)

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

0 commit comments

Comments
 (0)