From 445a66952bbb9f04e99541e474cd209c73747e2b Mon Sep 17 00:00:00 2001 From: Ashlen Date: Wed, 2 Sep 2026 14:03:25 -0600 Subject: [PATCH] docs(changelog): promote the Unreleased entries under 0.2.0 Minor, not patch: of the three downstream-visible commits since v0.1.1, one is a feat (the in_existing_repo answer, an additive new question with a false default) and two are fix(template). Existing downstreams that answer no keep their current layout, so nothing is breaking. copier update targets the latest SemVer tag, not HEAD, so the hooksPath skip and nested-repo support reach no downstream until v0.2.0 is tagged on this commit's merge. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc7e69..dff597e 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.2.0] - 2026-09-02 + ### Added - `in_existing_repo` answer (default `false`): scaffold into a subdirectory of an @@ -70,6 +72,7 @@ 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.1...HEAD +[Unreleased]: https://github.com/maybebyte/python-kickstarter/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/maybebyte/python-kickstarter/compare/v0.1.1...v0.2.0 [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