Skip to content

chore(changelog): open 0.0.17 instead of an Unreleased bucket - #402

Merged
DavidBabinec merged 1 commit into
mainfrom
chore/open-0-0-17
Aug 18, 2026
Merged

chore(changelog): open 0.0.17 instead of an Unreleased bucket#402
DavidBabinec merged 1 commit into
mainfrom
chore/open-0-0-17

Conversation

@DavidBabinec

Copy link
Copy Markdown
Contributor

What

Replaces the ## Unreleased changelog heading with ## 0.0.17, the next release.

Why

An Unreleased bucket defers the versioning decision to release time, so it gets made by whoever cuts the release rather than the person who understood the change. It also accumulates silently: ten PRs merged above this section while it stayed empty, which turns release prep into archaeology through git log.

A bare version number with no date carries the same meaning and forces the decision while the change is fresh. The missing date is what marks it unreleased, so releasing is adding a date rather than renaming a section and migrating entries.

Entries for the ten PRs already merged since 0.0.16 are still written at release time as usual; this only changes where they land.

Verification

docs-only change, no code touched

An Unreleased heading defers the versioning decision to whoever cuts the
release, long after the person who understood the change has gone. In practice
it just accumulated: ten PRs merged above this section while it stayed empty.

A bare version number with no date says the same thing and forces the decision
at the moment of the change. The missing date is what marks it unreleased, so
releasing means adding a date rather than renaming a section and moving entries.
@DavidBabinec
DavidBabinec merged commit 895eeb4 into main Aug 18, 2026
9 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