diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index fd1c548..968762f 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.5" + ".": "0.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f86421..0050cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + + +### 📦 Dependencies + +* update pre-commit hooks to v4.0.6 ([#25](https://github.com/kellerlabs/pre-commit-hooks/issues/25)) ([157947f](https://github.com/kellerlabs/pre-commit-hooks/commit/157947f76bb13f2f77997acbd4ec1bfc88914ee8)) + + +### 🔄 CI/CD + +* **instructions:** sync from homeracker ([14089da](https://github.com/kellerlabs/pre-commit-hooks/commit/14089dacd46124329460405a39b6fa0e851e40d3)) + ## [0.3.5](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.4...pre-commit-hooks-v0.3.5) (2026-05-25) diff --git a/pyproject.toml b/pyproject.toml index a3749f1..161b2cc 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.5" +version = "0.3.6" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"