Skip to content

Commit f45dd44

Browse files
committed
0.7.22
Automatically generated by python-semantic-release
1 parent 960877c commit f45dd44

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

33

4-
## v0.7.21 (2025-07-12)
4+
## v0.7.22 (2025-07-13)
55

66
### :bug:
77

@@ -19,6 +19,10 @@
1919

2020
### Other
2121

22+
* Release 0.7.21 (#213)
23+
24+
Co-authored-by: github-actions <david+hyperscan-ci@d10i.dev> ([`960877c`](https://github.com/darvid/python-hyperscan/commit/960877c5c3f5c9a7f6c4da9c50b866b5ffa3e45f))
25+
2226
* chore: clean up config files after unicode fix merge (#211) ([`abf808e`](https://github.com/darvid/python-hyperscan/commit/abf808e13f19fd03897f43518f06ea423fd20c3c))
2327

2428
* Release 0.7.19 (#209)

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

0 commit comments

Comments
 (0)