From 907f069827eef2d574672ac8c759df5fe6d38254 Mon Sep 17 00:00:00 2001 From: "kellerlab-release-please[bot]" <246533846+kellerlab-release-please[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 08:13:38 +0000 Subject: [PATCH] chore(main): release pre-commit-hooks 0.3.2 --- .github/config/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b30b891..9b55b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.1...pre-commit-hooks-v0.3.2) (2026-05-09) + + +### 📚 Documentation + +* update copilot instructions for scadm export-png and ADR convention ([#16](https://github.com/kellerlabs/pre-commit-hooks/issues/16)) ([9557df4](https://github.com/kellerlabs/pre-commit-hooks/commit/9557df40242804e94df0c9a25b1171886b869359)) + ## [0.3.1](https://github.com/kellerlabs/pre-commit-hooks/compare/pre-commit-hooks-v0.3.0...pre-commit-hooks-v0.3.1) (2026-04-20) diff --git a/pyproject.toml b/pyproject.toml index 2e3efcf..19ed9ae 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.1" +version = "0.3.2" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"