diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1222f78e..20abef01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "docker/debian": "0.1.0", "docker/alpine": "0.1.0", "docker/rocky": "0.1.0", - ".": "0.15.5" + ".": "0.15.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c440f5ca..f66d774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.15.6](https://github.com/snowdreamtech/template/compare/v0.15.5...v0.15.6) (2026-07-06) + + +### 🛠 Refactoring + +* apply black formatting style to all pre-commit hook scripts ([b9fe7ff](https://github.com/snowdreamtech/template/commit/b9fe7ffb8fa098e2f9e38410c70efada552edfd0)) +* **pre-commit:** clean up redundant exclude fields and optimize filtering ([d95b727](https://github.com/snowdreamtech/template/commit/d95b727b6ae1e88d7f48d301b3355b798e712348)) +* **pre-commit:** optimize configuration and extract python scripts ([f712d68](https://github.com/snowdreamtech/template/commit/f712d683b3e2bc9edbe4562c123190ceb75f8c5e)) + + +### ♻️ Miscellaneous Chores + +* **pre-commit:** remove duplicate online zizmor hook ([0124b68](https://github.com/snowdreamtech/template/commit/0124b6870b360f9fa7b55c8bfc47e29e4e3596f1)) + ## [0.15.5](https://github.com/snowdreamtech/template/compare/v0.15.4...v0.15.5) (2026-07-05) diff --git a/VERSION b/VERSION index 8d8e19c3..bfe62ccb 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ # x-release-please-start-version -0.15.5 +0.15.6 # x-release-please-end