Release v1.1.0 - #93
Merged
Merged
Conversation
Set the 1.1.0 changelog date. cmd/version.txt was already bumped to 1.1.0 in #92, so only the heading needed finishing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Finalizes the v1.1.0 release changelog entry by setting the Changes.md heading date to the release day, aligning with the repository’s release workflow expectations.
Changes:
- Update
Changes.mdtop heading fromTBDto2026-08-05for the1.1.0release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts v1.1.0.
Version
Minor bump. The one change since
v1.0.0(#92) adds two fields to an exported struct — purely additive, with no removals and no behavior change for existing callers.Release engineering
Changes.mdheading set to## 1.1.0 2026-08-05(US Central, matching what the workflows check).cmd/version.txtwas already bumped to1.1.0in Carry the hotlink and download-location URLs on Descriptor #92, so only the heading needed finishing.today versionprintstoday v1.1.0.Both workflow checks were replicated locally before pushing: exact heading match against the US Central date, and the
version.txtsubstring match.What ships
That section becomes the published release notes verbatim.
The follow-up commit in #92 (
af593e0, a doc-comment fix) is deliberately not in the notes — it corrected a comment in code that had not yet shipped, so it has no user-visible effect.After merge
Tag
v1.1.0on the merge commit, which firesrelease.yamlto build the three binaries and publish the release.🤖 Generated with Claude Code