Skip to content

chore(release): bump workspace version to 0.13.0 - #470

Merged
cscheid merged 1 commit into
mainfrom
release/v0.13.0
Aug 8, 2026
Merged

chore(release): bump workspace version to 0.13.0#470
cscheid merged 1 commit into
mainfrom
release/v0.13.0

Conversation

@cscheid

@cscheid cscheid commented Aug 8, 2026

Copy link
Copy Markdown
Member

Prepares the v0.13.0 release (bd-5vjlvbg9), 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 the manifest is bumped before
v0.13.0 is tagged.

What's in the release

Scope is main as-is — no open PRs pulled in. Commits since v0.12.0:

Changes here

Cargo.toml [workspace.package].version 0.12.0 → 0.13.0, plus the
cargo update --workspace lockfile rewrite. Diffing Cargo.lock for
version lines that are neither 0.12.0 nor 0.13.0 returns nothing, so
no external dependency moved — only workspace members.

crates/wasm-quarto-hub-client/Cargo.lock (excluded from the workspace,
so cargo update --workspace doesn't reach it) is refreshed by the same
bump: 17 workspace version lines, no dependency changes. It was produced
by cargo xtask verify's hub-build leg, same as 3b3da492 did for 0.12.0.

Verification

  • cargo build --bin q2 --locked succeeds and prints q2 (quarto 2) 0.13.0.
    The --locked build is the real gate: CI builds --locked, so the
    lockfile had to already be in sync.
  • Full cargo xtask verify (not --skip-hub-build) — all 14 steps
    green: custom lints, clippy -D warnings, rustfmt, cargo build --workspace, cargo nextest run --workspace, ts-packages build + MCP
    smoke check, hub-client build:all (including WASM), hub-client
    test:ci, and the q2-preview-spa bundle.

🤖 Generated with Claude Code

Prepares the v0.13.0 release (bd-5vjlvbg9), 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 the manifest is bumped before
v0.13.0 is tagged.

`cargo update --workspace` rewrites only the workspace members' own
version entries; diffing Cargo.lock for version lines that are neither
0.12.0 nor 0.13.0 returns nothing, so no external dependency moved.

`crates/wasm-quarto-hub-client/Cargo.lock` (excluded from the
workspace) is refreshed by the same bump — produced by `cargo xtask
verify`'s hub-build leg, 17 workspace version lines only, no dependency
changes.

`cargo build --bin q2 --locked` succeeds and prints
"q2 (quarto 2) 0.13.0", so preflight's tag-equals-manifest check will
pass for tag v0.13.0.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@posit-snyk-bot

posit-snyk-bot commented Aug 8, 2026

Copy link
Copy Markdown

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.

@cscheid
cscheid merged commit 5c71491 into main Aug 8, 2026
8 checks passed
@cscheid
cscheid deleted the release/v0.13.0 branch August 8, 2026 00:55
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