diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 343519b..e74dc54 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.8" + ".": "0.3.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3611ce3..66da414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.9](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.8...pre-commit-hooks-v0.3.9) (2026-07-25) + + +### 📦 Dependencies + +* update actions/setup-python action to v7 ([#29](https://github.com/kellerlabs/pre-commit-hooks/issues/29)) ([216d4c7](https://github.com/kellerlabs/pre-commit-hooks/commit/216d4c7a809ff1cc2d6d2f6f546741a0e4413b09)) + ## [0.3.8](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.7...pre-commit-hooks-v0.3.8) (2026-06-22) diff --git a/pyproject.toml b/pyproject.toml index 420c40b..f67caea 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.8" +version = "0.3.9" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"