diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eb37188..6668a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.2.1...pre-commit-hooks-v0.2.2) (2026-04-12) + + +### 🐛 Bug Fixes + +* replace Unicode checkmarks with ASCII and bump create-github-app-token to v3.1.1 ([#6](https://github.com/kellerlabs/pre-commit-hooks/issues/6)) ([369e458](https://github.com/kellerlabs/pre-commit-hooks/commit/369e4583094910acef55d1000ee1467c57fd21c5)) + ## [0.2.1](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.2.0...pre-commit-hooks-v0.2.1) (2026-04-12) diff --git a/pyproject.toml b/pyproject.toml index 4ace7a3..36c2e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kellerlab-pre-commit-hooks" -version = "0.2.1" +version = "0.2.2" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"