From a176f17a7aa7805aef25d384bd3f8302888dc835 Mon Sep 17 00:00:00 2001 From: Ashlen Date: Tue, 4 Aug 2026 13:12:18 -0600 Subject: [PATCH] docs(changelog): promote the Unreleased entries under 0.1.1 Every downstream-visible commit since v0.1.0 is a fix: the eight commits touching template/ or copier.yml are all fix(template) or docs(template), with no feat among them. The two Changed entries remove dead generated config (the mccabe block, the gitleaks mise pin) and were themselves authored as fixes, so this is a SemVer patch rather than a minor. Cutting the tag matters beyond bookkeeping: copier update targets the latest SemVer tag, not HEAD, so none of these fixes reach a downstream project until a tag exists. main has been 75 commits past v0.1.0. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5551fd9..b0b0765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2026-08-04 + ### Changed - The gitleaks `mise` pin and `scan.yml`'s full-history checkout are now emitted @@ -51,5 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 enabled, the policy test. - `copier update` support with a clean 3-way merge across template releases. -[Unreleased]: https://github.com/maybebyte/python-kickstarter/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/maybebyte/python-kickstarter/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/maybebyte/python-kickstarter/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/maybebyte/python-kickstarter/releases/tag/v0.1.0