diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index e74dc54..7734455 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.9" + ".": "0.3.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66da414..85878bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.10](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.9...pre-commit-hooks-v0.3.10) (2026-08-10) + + +### 📦 Dependencies + +* update pre-commit hook pycqa/pylint to v4.0.7 ([#31](https://github.com/kellerlabs/pre-commit-hooks/issues/31)) ([d957925](https://github.com/kellerlabs/pre-commit-hooks/commit/d957925b3d3d9e046370d0d945dad3222c10f657)) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index f67caea..0383232 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.9" +version = "0.3.10" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"