From bd6b00886030d1564c37a206cc23e5c3cd04cbc3 Mon Sep 17 00:00:00 2001 From: "kellerlab-release-please[bot]" <246533846+kellerlab-release-please[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 01:00:47 +0000 Subject: [PATCH] chore(main): release pre-commit-hooks 0.3.3 --- .github/config/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b55b8f..3cec732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [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) + + +### 📦 Dependencies + +* update actions/create-github-app-token action to v3.2.0 ([#19](https://github.com/kellerlabs/pre-commit-hooks/issues/19)) ([93aa2a8](https://github.com/kellerlabs/pre-commit-hooks/commit/93aa2a82a1c8e093374e6d2264e24b91e563101b)) +* update pre-commit hook psf/black to v26.5.0 ([#20](https://github.com/kellerlabs/pre-commit-hooks/issues/20)) ([f7ffaf4](https://github.com/kellerlabs/pre-commit-hooks/commit/f7ffaf40e6f7b9f31d042a374e13aa01ef971843)) + + +### 🔄 CI/CD + +* **instructions:** sync from homeracker ([9651215](https://github.com/kellerlabs/pre-commit-hooks/commit/96512150476fe565544a0f8d68738adbdd93ca06)) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index 19ed9ae..ce982ce 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.2" +version = "0.3.3" description = "Reusable pre-commit hooks for OpenSCAD projects" readme = "README.md" requires-python = ">=3.11"