Skip to content

docs(changelog): move 0.9.5 features from [Unreleased] into [0.9.5]#435

Merged
colbymchenry merged 1 commit into
mainfrom
docs/changelog-0.9.5-content
May 26, 2026
Merged

docs(changelog): move 0.9.5 features from [Unreleased] into [0.9.5]#435
colbymchenry merged 1 commit into
mainfrom
docs/changelog-0.9.5-content

Conversation

@colbymchenry
Copy link
Copy Markdown
Owner

The 0.9.5 release tag (318cda1) included all of:

But the [0.9.5] block in CHANGELOG.md only had two Fixed entries (the fs-based change detection and the default-ignore set), because the major feature entries were still under [Unreleased] when 0.9.5 was tagged. release.yml extracts notes from the matching version block, so the published v0.9.5 release notes are missing the bulk of what shipped.

This PR moves the orphaned [Unreleased] entries into [0.9.5] and resets [Unreleased] to empty. The on-disk CHANGELOG.md is the source of truth for the release.yml extractor; the GitHub Release notes for v0.9.5 are updated separately via gh release edit (since the release tag is already published, we can't re-run the workflow).

Diff is small: 2 inserted lines (the new ## [0.9.5] header line being prepended to the moved content), 4 deleted (the old empty [0.9.5] block with just ### Fixed heading + two entries that get re-included in the moved content's Fixed section).

🤖 Generated with Claude Code

The 0.9.5 release tag included all of:
- Shared MCP daemon (#411)
- Per-file staleness banner (#403)
- Worktree-borrow detection (#312)
- Watcher inotify-budget fix (#276)
- Objective-C indexing (#165)
- Mixed iOS / React Native / Expo cross-language bridging (#430)

But the [0.9.5] block in CHANGELOG.md only had two Fixed entries (the
fs-based change detection and default-ignore set), because the major
feature entries were still sitting under [Unreleased] when 0.9.5 was
tagged. release.yml extracts release notes from the matching version
block, so the published v0.9.5 release notes are missing the bulk of
what shipped.

Move all the [Unreleased] entries that pre-date 0.9.5's tag (commit
318cda1) into [0.9.5], and reset [Unreleased] to empty. The GitHub
Release notes for v0.9.5 get updated separately via gh release edit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@colbymchenry colbymchenry merged commit 5a4fcd5 into main May 26, 2026
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