Skip to content

Commit a7b484f

Browse files
committed
0.7.15
Automatically generated by python-semantic-release
1 parent d8acaf0 commit a7b484f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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.13 (2025-05-18)
4+
## v0.7.15 (2025-05-28)
55

66
### :bug:
77

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

2020
### Other
2121

22+
* ci: :ferris_wheel: remove changed files check for PRs for build ([`d8acaf0`](https://github.com/darvid/python-hyperscan/commit/d8acaf0e61e15f59148ac855a92dc418089a6df2))
23+
24+
* build: :package: improve cmake + support cmake 4.x [build] ([`2ff5c2e`](https://github.com/darvid/python-hyperscan/commit/2ff5c2eb1b05165822e708e64d5438927038dc91))
25+
2226
* ci: :ferris_wheel: fix publish action conditions ([`5ed5c12`](https://github.com/darvid/python-hyperscan/commit/5ed5c122ec829175bb2b2281342c2a4740c5f2e6))
2327

2428
* ci: :ferris_wheel: add required git_committer_email ([`a41b829`](https://github.com/darvid/python-hyperscan/commit/a41b829871fc3f66db2b0c0b37ced68ae690747b))

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

0 commit comments

Comments
 (0)