From 7c030086354e3b559c69482ed35b05eace35b5e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Mar 2024 01:17:25 +0000 Subject: [PATCH] 0.7.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- src/hyperscan/_version.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857dda0..d9b4347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -## v0.7.5 (2024-03-11) +## v0.7.6 (2024-03-11) ### :bug: @@ -18,6 +18,12 @@ ### Other +* ci: :ferris_wheel: restructure downloaded artifacts in publish workflow ([`c0b1e39`](https://github.com/darvid/python-hyperscan/commit/c0b1e394f99921e379884dac8b6f56f0ca7f3f59)) + +* ci: :ferris_wheel: fix wheels cache key ([`6c285dd`](https://github.com/darvid/python-hyperscan/commit/6c285dd42630f35a3218107e7c461f0fd087c0bf)) + +* ci: :ferris_wheel: more CI fix spam, fix hashFiles glob and more ([`db862be`](https://github.com/darvid/python-hyperscan/commit/db862be182adb00700cbb6858dc76aff7d867d83)) + * ci: :ferris_wheel: add release environment ([`3141a8a`](https://github.com/darvid/python-hyperscan/commit/3141a8a01bb1e84333b07f0a8eed6d186a6fc6af)) * ci: :ferris_wheel: only incr version for wheel building on push ([`9f38e09`](https://github.com/darvid/python-hyperscan/commit/9f38e09975d78546b33e7ec3213a04a491e6db7d)) diff --git a/pyproject.toml b/pyproject.toml index a660c07..95a6ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,7 +151,7 @@ dist_glob_patterns = ["dist/*", "wheelhouse/*"] [project] name = "hyperscan" -version = "0.7.5" +version = "0.7.6" description = "Python bindings for Hyperscan." authors = [{ name = "David Gidwani", email = "david.gidwani@gmail.com" }] requires-python = ">=3.9,<4.0" diff --git a/src/hyperscan/_version.py b/src/hyperscan/_version.py index ab55bb1..aed5734 100644 --- a/src/hyperscan/_version.py +++ b/src/hyperscan/_version.py @@ -1 +1 @@ -__version__ = "0.7.5" +__version__ = "0.7.6"