chore(release): prepare 0.7.0#150
Merged
Merged
Conversation
Bump [workspace.package] version 0.6.3 → 0.7.0 and refresh Cargo.lock. - Re-pin docs to Connorrmcd6/surface@v0.7.0 (README, install, ci-integration). - Cut CHANGELOG: Unreleased → [0.7.0] - 2026-06-29; repoint compare links. This cycle (all backward-compatible): refs hub composition + one-hop staleness propagation (#4), surf lint consolidation nudges & suggest reframe (#142), prose-first new scaffold, hash recipe v2 bound/free split (#77). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Release prep for v0.7.0
Bumps the workspace version
0.6.3 → 0.7.0(minor — this cycle is all backward-compatible features) and derives everything else from it.What changed
[workspace.package].version→0.7.0.cargo check(surf-core/surf-cli now 0.7.0).scripts/bump-docs-version.shre-pinnedConnorrmcd6/surface@v0.7.0in README,docs/getting-started/install.md,docs/guides/ci-integration.md.## [0.7.0] - 2026-06-29; compare links repointed.What's in 0.7.0
refshub composition + one-hop staleness propagation (refs: hub composition #4)surf lintconsolidation nudges &surf suggestreframe (Agents write granular claim-logs because the CLI's in-loop signals reward per-function anchoring #142)surf newscaffoldGates
cargo fmt --all --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all(35 passed)ELI5
Think of this as putting a new label on a box before shipping it. We changed the version sticker from 0.6.3 to 0.7.0, made sure every place that mentions the version agrees, and wrote down in the changelog what's new since last time. Tagging (the actual "send it out to the world") happens after this merges.
🤖 Generated with Claude Code