diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 968762f..7106386 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.6" + ".": "0.3.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0050cf6..3585237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.7](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.6...pre-commit-hooks-v0.3.7) (2026-06-20) + + +### 📦 Dependencies + +* update github actions to v7 ([#26](https://github.com/kellerlabs/pre-commit-hooks/issues/26)) ([45bd01e](https://github.com/kellerlabs/pre-commit-hooks/commit/45bd01e60ca1689cbb3c1b7fcd8cb4d31cf71d20)) + ## [0.3.6](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.5...pre-commit-hooks-v0.3.6) (2026-06-14) diff --git a/pyproject.toml b/pyproject.toml index 161b2cc..1863ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kellerlab-pre-commit-hooks" -version = "0.3.6" +version = "0.3.7" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"