Skip to content

Commit cfcb2d9

Browse files
Release 0.7.30 (#249)
Co-authored-by: github-actions <[email protected]>
1 parent 46b17c0 commit cfcb2d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

2+
## v0.7.30 — 2025-12-04
3+
### Docs
4+
- add conventional commits guidelines for semantic-release (#245)
5+
6+
## v0.7.29 — 2025-12-02
7+
8+
9+
210
## v0.7.29 — 2025-12-02
311
### Fixes
412
- resolve type aliasing bug causing missed matches in vectored scanning (#234)

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.29"
3+
version = "0.7.30"
44
description = "Python bindings for Hyperscan."
55
readme = "README.md"
66
authors = [{ name = "David Gidwani", email = "[email protected]" }]

src/hyperscan/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.29"
1+
__version__ = "0.7.30"

0 commit comments

Comments
 (0)