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 46b17c0 commit cfcb2d9Copy full SHA for cfcb2d9
CHANGELOG.md
@@ -1,4 +1,12 @@
1
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
10
## v0.7.29 — 2025-12-02
11
### Fixes
12
- resolve type aliasing bug causing missed matches in vectored scanning (#234)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "hyperscan"
-version = "0.7.29"
+version = "0.7.30"
description = "Python bindings for Hyperscan."
readme = "README.md"
authors = [{ name = "David Gidwani", email = "[email protected]" }]
src/hyperscan/_version.py
@@ -1 +1 @@
-__version__ = "0.7.29"
+__version__ = "0.7.30"
0 commit comments