Skip to content

chore: bump workspace version to 0.9.1-alpha.2#99

Merged
ben-miru merged 1 commit into
mainfrom
fix/bump-version-alpha2
Jun 29, 2026
Merged

chore: bump workspace version to 0.9.1-alpha.2#99
ben-miru merged 1 commit into
mainfrom
fix/bump-version-alpha2

Conversation

@ben-miru

@ben-miru ben-miru commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Problem

The v0.9.1-alpha.2 tag exists, but [workspace.package] version in Cargo.toml was still 0.9.1-alpha.1. agent/build.rs asserts the two match when HEAD is exactly on a tag, so the build failed:

thread 'main' panicked at agent/build.rs:44:9:
git tag 'v0.9.1-alpha.2' does not match Cargo.toml version '0.9.1-alpha.1'
  — update [workspace.package] version before releasing

Fix

Bump [workspace.package] version to 0.9.1-alpha.2. All workspace members (agent, libs/backend-api, libs/device-api) inherit it via version = { workspace = true }, so this one line propagates everywhere. Cargo.lock is gitignored and regenerated in CI, so no lockfile change is needed.

🤖 Generated with Claude Code


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

The v0.9.1-alpha.2 tag was created but [workspace.package] version was
still 0.9.1-alpha.1, so agent/build.rs's tag/version assertion failed the
release/clippy build:

  git tag 'v0.9.1-alpha.2' does not match Cargo.toml version '0.9.1-alpha.1'
  — update [workspace.package] version before releasing

Bump the workspace version to match the tag; all members inherit it via
version = { workspace = true }.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ben-miru ben-miru merged commit 9dc3d3d into main Jun 29, 2026
3 checks passed
@ben-miru ben-miru deleted the fix/bump-version-alpha2 branch June 29, 2026 20:57
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