Skip to content

Bump workspace version to 0.29.0 - #654

Merged
gordonwoodhull merged 1 commit into
mainfrom
release/v0.29.0
Sep 3, 2026
Merged

Bump workspace version to 0.29.0#654
gordonwoodhull merged 1 commit into
mainfrom
release/v0.29.0

Conversation

@gordonwoodhull

Copy link
Copy Markdown
Member

Version bump for the v0.29.0 release, per claude-notes/instructions/release-runbook.md step 2.

The release workflow's preflight job fails unless the git tag exactly equals [workspace.package].version, so this has to land on main before v0.29.0 is tagged.

Changes

  • Cargo.toml: [workspace.package].version 0.28.0 → 0.29.0
  • Cargo.lock: cargo update --workspace (workspace members only; no external dep moved)
  • crates/wasm-quarto-hub-client/Cargo.lock: the second lockfile — that crate declares its own [workspace], so a root cargo update does not reach it. Missing it leaves unrequested churn for the next person to run cargo xtask verify (the v0.17.0 bump missed it).

Verification

  • cargo build --bin q2 --lockedq2 (quarto 2) 0.29.0. The --locked build is the real gate; CI builds --locked, so both lockfiles must already be in sync.
  • cargo nextest run --workspace13675 passed, 199 skipped, 0 failed.
  • npm run build:wasm from hub-client/ → succeeds and leaves the tree clean, confirming the second lockfile is right.
  • No snapshot files added, modified, or removed.

Scope is whatever is on main at merge: 142 commits since v0.28.0. PRs #638 and #452 stay open and are not in this release.

Prepares the v0.29.0 release. Updates both lockfiles: the root one and
crates/wasm-quarto-hub-client/Cargo.lock, which records path-dependency
versions in its own workspace.
@posit-snyk-bot

posit-snyk-bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@gordonwoodhull
gordonwoodhull merged commit 0551c54 into main Sep 3, 2026
10 checks passed
@gordonwoodhull
gordonwoodhull deleted the release/v0.29.0 branch September 3, 2026 18: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.

2 participants