chore(release): set version to 0.6.0 - #119
Merged
Merged
Conversation
v0.3.0, v0.4.0 and v0.5.0 are already recorded in the Go module proxy and checksum database under the old module path github.com/hawk/eyrie, so the rename-back release cannot reuse v0.3.0. Bump VERSION, the OpenAPI spec and the internal SDK manifests to 0.6.0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Patel230
added a commit
that referenced
this pull request
Sep 16, 2026
v0.3.0, v0.4.0 and v0.5.0 are already recorded in the Go module proxy and checksum database under the old module path github.com/hawk/eyrie, so the rename-back release cannot reuse v0.3.0. Bump VERSION, the OpenAPI spec and the internal SDK manifests to 0.6.0.
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.
Summary
VERSION,api/openapi.yamland the internal Python/TypeScript SDK manifests from 0.3.0 to 0.6.0, and renames the CHANGELOG section.v0.3.0,v0.4.0andv0.5.0were published in May 2026 under the old module pathgithub.com/hawk/eyrie. Their git tags were deleted, but proxy.golang.org and sum.golang.org keep them permanently, sogo get github.com/GrayCodeAI/eyrie@v0.3.0resolves to that old May code (checksum mismatch in hawk CI). Thev0.3.0tag/release pushed earlier today has been deleted.v0.6.0gets tagged on the merge commit and hawk (#301) moves togithub.com/GrayCodeAI/eyrie v0.6.0.Test plan
go build ./...andgo vet .withGOWORK=off🤖 Generated with Claude Code