Release v1.0.0 - #91
Merged
Merged
Conversation
Set the 1.0.0 changelog date and record two shipped changes that were missing from the section: the Go 1.25 minimum, which came in with a Dependabot oauth2 bump (defc41a) rather than a deliberate toolchain change, and the ESV auth key documentation fix. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the project changelog to finalize the v1.0.0 release notes, aligning the top Changes.md heading with the intended release date and recording two previously shipped but unlisted user-visible changes.
Changes:
- Set the
Changes.md1.0.0 heading date to2026-08-05. - Document a breaking change: minimum supported Go version is now Go 1.25.
- Add a changelog entry for the user-facing README credential-key documentation fix (ESV
access_key) and the newly documented Unsplash credentials.
💡 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.0.0, the first stable release.
Release engineering
Changes.mdheading set to## 1.0.0 2026-08-05(US Central, matching what the workflows check).cmd/version.txtalready read1.0.0;today versionprintstoday v1.0.0.Two changelog additions
Reviewing
git log v0.9.0..masteragainst the changelog section turned up two shipped changes that were not recorded:godirective moved from1.24.5to1.25.0indefc41a— a Dependabotgolang.org/x/oauth2bump that carried the toolchain requirement along with it, rather than a deliberate change anyone would have thought to write down. This repo has historically marked Go version bumps as breaking (0.6.0: "Now requires Go 1.22"), and library consumers need to know, so it is recorded as such.access_tokenin~/.esv.yamlwhile the code readsaccess_key, so anyone following it got an empty token.What ships
That section becomes the published release notes verbatim.
After merge
Tag
v1.0.0on the merge commit, which firesrelease.yamlto build the three binaries and publish the release.🤖 Generated with Claude Code