Skip to content

Bump workspace version to 0.30.0 - #665

Merged
cscheid merged 1 commit into
mainfrom
release/v0.30.0
Sep 8, 2026
Merged

Bump workspace version to 0.30.0#665
cscheid merged 1 commit into
mainfrom
release/v0.30.0

Conversation

@cscheid

@cscheid cscheid commented Sep 8, 2026

Copy link
Copy Markdown
Member

Version bump for the v0.30.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.30.0 is tagged.

Changes

  • Cargo.toml: [workspace.package].version 0.29.0 → 0.30.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.

Verification

  • cargo build --bin q2 --lockedq2 (quarto 2) 0.30.0.
  • cargo nextest run --workspace13798 passed (1 leaky), 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.
  • The jsr-pinning gotcha in the runbook still does not apply: jsr:@quarto/api / jsr:@quarto/types are not yet published (jsr.io returns 404).

Scope is whatever is on main at merge: 11 first-parent commits since v0.29.0 (PRs #661, #662, #663 plus direct commits). PR #664 stays open and is not in this release.

🤖 Generated with Claude Code

https://claude.ai/code/session_0112cioipQzGf118XbJwg7L1

Release runbook step 2: the release workflow's preflight job requires
the git tag to equal [workspace.package].version, so the bump lands on
main before v0.30.0 is tagged.

- Cargo.toml: 0.29.0 -> 0.30.0
- Cargo.lock: cargo update --workspace (workspace members only)
- crates/wasm-quarto-hub-client/Cargo.lock: the second lockfile

Verified: cargo build --bin q2 --locked prints "q2 (quarto 2) 0.30.0";
cargo nextest run --workspace: 13798 passed, 199 skipped; npm run
build:wasm leaves the tree clean. No snapshot changes.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0112cioipQzGf118XbJwg7L1
@posit-snyk-bot

posit-snyk-bot commented Sep 8, 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.

@cscheid
cscheid merged commit bf1e0c5 into main Sep 8, 2026
10 checks passed
@cscheid
cscheid deleted the release/v0.30.0 branch September 8, 2026 22:04
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