Skip to content

docs: switch version target v1.0.0 → v0.3.0#134

Merged
aksOps merged 1 commit into
mainfrom
docs/v0-3-0-version-rename
May 13, 2026
Merged

docs: switch version target v1.0.0 → v0.3.0#134
aksOps merged 1 commit into
mainfrom
docs/v0-3-0-version-rename

Conversation

@aksOps
Copy link
Copy Markdown
Contributor

@aksOps aksOps commented May 13, 2026

Summary

The v1.0.0 tag burned (goreleaser before-hook bug, fixed in #133, but the tag itself was already pushed at `e21fe0f` which can't build). Rather than force-update v1.0.0, ship v0.3.0 cleanly from the fix commit and treat v1.0.0 as a SemVer hole.

Renames:

  • CHANGELOG.md `[v1.0.0]` → `[v0.3.0]` (header + link target + body refs)
  • CLAUDE.md v1.0.0 → v0.3.0 (2 occurrences)
  • PROJECT_SUMMARY.md v1.0.0 → v0.3.0 (2 occurrences)
  • CHANGELOG.md "removal in v1.1.0" → "removal in a future minor" (don't pin a 1.x version pre-1.0)

After merge

```
git checkout main && git pull
git tag -s v0.3.0 -m 'v0.3.0'
git push origin v0.3.0
```

Fires release-go.yml → multi-arch builds + SBOMs + Cosign signing → draft Release.

🤖 Generated with Claude Code

The v1.0.0 release flow burned (goreleaser before-hook bug, fixed in
#133 but the tag itself was already pushed pointing at a commit that
can't build). Rather than force-update v1.0.0, ship v0.3.0 cleanly
from the fix commit and treat v1.0.0 as a one-off SemVer hole.

Renames v1.0.0 → v0.3.0 in CHANGELOG.md, CLAUDE.md, PROJECT_SUMMARY.md.
The "v1.1.0 removal target" for the deprecated 34 MCP tools becomes
"a future minor" — pinning the removal version isn't worth the
churn given we're not yet at 1.x.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@aksOps aksOps merged commit e590843 into main May 13, 2026
14 checks passed
@aksOps aksOps deleted the docs/v0-3-0-version-rename branch May 13, 2026 04:51
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.

1 participant