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