diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 6969ddf..18cac80 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3" + ".": "0.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cec732..16bcdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.3...pre-commit-hooks-v0.3.4) (2026-05-23) + + +### 📦 Dependencies + +* update pre-commit hook psf/black to v26.5.1 ([#21](https://github.com/kellerlabs/pre-commit-hooks/issues/21)) ([a85b903](https://github.com/kellerlabs/pre-commit-hooks/commit/a85b903f72de185ebd46f3f71600d5d433971284)) + ## [0.3.3](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.2...pre-commit-hooks-v0.3.3) (2026-05-17) diff --git a/pyproject.toml b/pyproject.toml index ce982ce..d5160cf 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.3" +version = "0.3.4" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"