Skip to content

Release v1.0.0 - #91

Merged
zostay merged 1 commit into
masterfrom
release/v1.0.0
Aug 5, 2026
Merged

Release v1.0.0#91
zostay merged 1 commit into
masterfrom
release/v1.0.0

Conversation

@zostay

@zostay zostay commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Cuts v1.0.0, the first stable release.

Release engineering

  • Changes.md heading set to ## 1.0.0 2026-08-05 (US Central, matching what the workflows check).
  • cmd/version.txt already read 1.0.0; today version prints today v1.0.0.

Two changelog additions

Reviewing git log v0.9.0..master against the changelog section turned up two shipped changes that were not recorded:

  • Go 1.25 is now the minimum. The go directive moved from 1.24.5 to 1.25.0 in defc41a — a Dependabot golang.org/x/oauth2 bump 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.
  • The ESV auth key documentation fix, which is user-facing: the README told people to write access_token in ~/.esv.yaml while the code reads access_key, so anyone following it got an empty token.

What ships

 * :sparkles: First stable release. The reference, text, photo, and OpenScripture.Today APIs are settled enough to commit to.
 * :boom: Breaking Change :boom:: Now requires Go 1.25.
 * :hammer: Books without chapters now resolve chapter-and-verse references naming chapter 1.
 * :hammer: Fix: A bare relative reference following a semicolon now resolves.
 * :hammer: Fix: The README ESV auth key, plus the previously undocumented Unsplash credentials.
 * Upgrade dependencies.

That section becomes the published release notes verbatim.

After merge

Tag v1.0.0 on the merge commit, which fires release.yaml to build the three binaries and publish the release.

🤖 Generated with Claude Code

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>
Copilot AI lite review requested due to automatic review settings August 5, 2026 05:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md 1.0.0 heading date to 2026-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.

@zostay
zostay merged commit c93443c into master Aug 5, 2026
3 checks passed
@zostay
zostay deleted the release/v1.0.0 branch August 5, 2026 05:27
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.

2 participants