chore(release): bump 0.7.59 -> 0.7.60#987
Merged
Merged
Conversation
What ships in 0.7.60: * soldr#985 — per-phase JSONL trace site in `dispatch_compile_streaming`, gated by `SOLDR_DAEMON_TRACE`. Off by default (one atomic-load per call). Diagnostic-only tooling for the cold-build investigation. * soldr#985 — fix(daemon): avoid nested-runtime panic in `daemon start --foreground` (was hard-blocking the perf matrix cross-build jobs across the #982/#984 regression window). * soldr#986 — vendor: `_vender/zccache` as a git submodule tracking zccache main; soldr's zccache dep flips from `git + rev` to path-dep via the submodule. The merged zccache#941 (per-sub-phase tracing scaffold gated by `ZCCACHE_INNER_TRACE`) lives in this submodule. * soldr#986 — opt-out of zccache audit emission via `AuditMode::Off` to satisfy the new strict-validation contract ("audit sink requires output_root when mode > Off"). soldr's own diagnostic trace lives outside the AuditSink. Per `Release Publishing Rules` in CLAUDE.md: * Cargo.toml + package.json + Cargo.lock all carry 0.7.60 (the only three lockstep version files). * Tag v0.7.60 does NOT yet exist on origin (`git ls-remote --tags origin v0.7.60` 404s). * PyPI `soldr` currently at 0.7.59; 0.7.60 will be a fresh publish. The `release-auto.yml` `detect-bump` job will read [workspace.package].version, diff against the prior commit's value (0.7.59), proceed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9399639 to
a270102
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release bump. Triggers
release-auto.yml'sdetect-bumpjob → wheel/release artifact build → PyPI publish + crates.io publish + GitHub release on merge.What ships in 0.7.60
dispatch_compile_streaming, gated bySOLDR_DAEMON_TRACE. Off by default (one atomic-load per call when unset).daemon start --foreground(was hard-blocking perf-matrix cross-builds across the perf(cold-build): 8-lever roadmap + Phase 5/7 collapse [WIP — cold regressed, tracked in #981] #982/chore(vendor): retire _vender/zccache/ — zccache#939 model was wrong #984 regression window)._vender/zccacheas a git submodule tracking zccache main; soldr's zccache dep flips fromgit + revto path-dep via the submodule. The merged zccache#941 (per-sub-phase tracing scaffold gated byZCCACHE_INNER_TRACE) lives in this submodule.AuditMode::Offto satisfy the new strict-validation contract ("audit sink requires output_root when mode > Off"). soldr's own diagnostic trace lives outside the AuditSink.Preflight (per CLAUDE.md "Release Publishing Rules")
Cargo.toml[workspace.package].version→ 0.7.60package.json"version"→ 0.7.60Cargo.lockregenerated → soldr-cli at 0.7.60v0.7.60does not exist on origin (git ls-remote --tags origin v0.7.60404)soldrcurrently at 0.7.59 — 0.7.60 will be a fresh publishTest plan
objc, libz-ng-sys ARM CRC, etc.)release-auto.ymldetect-bumpproceeds → builds 8 target wheels → PyPI publish → crates.io publish → GitHub releasev0.7.60🤖 Generated with Claude Code