Prepare 1.1.0 - #5
Conversation
Moves the Unreleased entries under a dated 1.1.0 heading and leaves a fresh Unreleased section above it. Also drops the "GitHub Marketplace listing" bullet from 1.0.0. No GitHub Release has ever been published for this repository, and Marketplace requires one, so the listing does not exist. Records what is actually true of that tag instead: v1.0.0 points at the initial commit, which predates the test suite, the CI workflow and the README fixes. It is left where it is rather than moved, since moving a tag somebody may have pinned is worse than leaving a bad one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🔗 Link Check Results🚨 1 broken link(s) and 3 redirect(s) were found. Build Details:
Link Check Summary
Broken Linkstests/broken-links.html - 1 broken link(s): tests/broken-links.html - 3 redirect(s): AI-Powered Suggestionstests/broken-links.html - AI Suggestions: Next Steps:
📝 This comment was automatically generated by the AI-Powered Link Checker Action. |
There was a problem hiding this comment.
🟢 Ready to approve
The change is confined to CHANGELOG.md and the edits are consistent with the PR description without introducing code or behavioral risk.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Release-prep chore for v1.1.0 by updating the changelog to reflect the new release and correct a previously inaccurate claim about v1.0.0.
Changes:
- Move the existing changelog entries from
[Unreleased]into a dated[1.1.0] - 2026-08-03section, leaving an empty[Unreleased]section at the top. - Remove the incorrect “GitHub Marketplace listing” bullet from
[1.0.0]and replace it with an explanatory note about what thev1.0.0tag actually points to.
File summaries
| File | Description |
|---|---|
| CHANGELOG.md | Adds the 1.1.0 release heading/date and corrects the 1.0.0 section’s Marketplace/tag narrative. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Release chore ahead of tagging v1.1.0.
Moves the
[Unreleased]entries — everything from #3 and #4 — under a dated[1.1.0]heading, and leaves a fresh[Unreleased]section above it. Nothing else in the repo carries a version string, so this is the only bump.It also drops the "GitHub Marketplace listing" bullet from the
[1.0.0]section. That listing does not exist: Marketplace requires a published GitHub Release, andgh release liston this repository is empty. In its place is a short note recording what is actually true of that tag —v1.0.0points at890d35e, the repository's initial commit, which predates the test suite, the CI workflow and the README fixes.The tag is deliberately left where it is. Moving a tag someone may have pinned is worse than leaving a bad one in place, and the note tells readers to pin
v1orv1.1.0instead.After this merges
v1.1.0at the merge commitv1tag at the same commit, which is what makes the 17uses:references across the README andexamples.mdresolve for the first timev1.1.0with notes drawn from this changelogNo Marketplace publication, per the decision to keep this release to tags plus a GitHub Release.