Skip to content

docs(changelog): promote the Unreleased entries under 0.1.1 - #12

Merged
maybebyte merged 1 commit into
mainfrom
chore/release-v0.1.1
Aug 4, 2026
Merged

docs(changelog): promote the Unreleased entries under 0.1.1#12
maybebyte merged 1 commit into
mainfrom
chore/release-v0.1.1

Conversation

@maybebyte

Copy link
Copy Markdown
Owner

Summary

copier update targets the latest SemVer tag rather than HEAD, so none of the template fixes merged since June reach a downstream project until a tag exists — and main is 76 commits past v0.1.0. This cuts the release commit so v0.1.1 can be tagged.

Changes

  • Promotes the [Unreleased] entries under ## [0.1.1] - 2026-08-04 and adds the compare-link references, per the Release section of AGENTS.md.
  • Patch, not minor. All eight commits touching template/ or copier.yml since v0.1.0 are fix(template) or docs(template); there is no feat among them. The two Changed entries remove dead generated config (the [tool.ruff.lint.mccabe] block, the gitleaks mise pin) and were themselves authored as fixes.
  • No template or code changes ride along — the diff is CHANGELOG.md only.

Testing

Notes for reviewers

  • Merging does not release anything. The tag is a separate step and must be applied to the merge commit on main:
    git tag -a v0.1.1 -m "v0.1.1" && git push origin v0.1.1, then git describe --tags to confirm a reachable tag exists.
  • Until that tag is pushed, downstream projects stay on v0.1.0 and just deps-template-style HEAD renders remain the only way to see the current template.
  • Decision: this release is being cut before enabling the Mend Renovate app, so the tagged tree contains no bot-authored commits and stays a clean bisect baseline for "did a dependency bump break the template contract" — see the amended Sequence in docs/superpowers/specs/2026-06-25-dependency-inventory-design.md (PR docs(specs): correct the renovate design after adversarial review #11).

Related

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.
@maybebyte
maybebyte merged commit 164e689 into main Aug 4, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant