Skip to content

Sync the workspace version to v0.29.1 - #256

Open
bkearns wants to merge 1 commit into
mainfrom
chore/sync-version-v0.29.1
Open

Sync the workspace version to v0.29.1#256
bkearns wants to merge 1 commit into
mainfrom
chore/sync-version-v0.29.1

Conversation

@bkearns

@bkearns bkearns commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

v0.29.1 was tagged, and the workspace version was never synced to it. promote-release pushed this branch and did not open a PR for it — which is precisely the failure the "Workspace version is in step with the latest release tag" check exists to catch:

A pushed chore/sync-version-* branch with no PR is the failure this check exists to catch.

This currently fails Format & Lint on every open PR, because the check runs against the workspace version rather than the diff. Nothing else can merge until it lands.

Cargo.toml [workspace.package] version = 0.29.0
latest stable tag                      = v0.29.1

No hand-editing here — this is the branch the release process already prepared, opened as-is. It bumps Cargo.toml to 0.29.1 and updates Cargo.lock to match, and it is level with main.

Opened while unblocking #255; the branch and its contents are not mine.

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