chore(release): prepare 0.6.3#137
Merged
Merged
Conversation
- Bump [workspace.package].version 0.6.2 → 0.6.3; refresh Cargo.lock. - Re-pin install/CI doc references to v0.6.3 (scripts/bump-docs-version.sh: README, install, ci-integration). - Cut the CHANGELOG 0.6.3 section (dated 2026-06-18) from accumulated Unreleased notes and add the `covers` schema feature (#94); repoint compare links. 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.
Phase 1 of the 0.6.3 release — a normal PR. No tag is pushed here; tagging happens after this merges.
What's in this release
Added
coversglobs in the hub schema (Acceptcoversglobs in hub schema (L1 of #5) #94) — hubs may now declare advisory, repo-root-relativecoversglobs (same dialect asconfig.hubs). Accepted, stored, and lint-validated (malformed glob blocks; globs that miss the hub's own anchors warn), but the verdict never reads it —surf checkis byte-identical with or without it. The coverage pass that consumes these globs stays deferred (covers globs + ghost-anchor coverage (action-at-a-distance) #5).suggestenumerates exported class methods by default;--alladds the class + non-callable declarations (suggest (TS): exported classes are never proposed, even though the resolver anchors them #70).Class > methodchain spelling (TS: method chain syntax (Class > method) is undiscoverable — error gives no hint, suggest never emits it #68).Fixed
const/let/varis now anchorable (TS: exported const values (non-callables) are not anchorable #69).(CI-only change #136 is internal tooling, omitted from the changelog per Keep a Changelog norms.)
Mechanical bumps
[workspace.package].version0.6.2 → 0.6.3,Cargo.lockrefreshed.v0.6.3(README, install, ci-integration) viascripts/bump-docs-version.sh.0.6.3section cut (dated 2026-06-18),[Unreleased]emptied, compare links repointed.Gates
cargo fmt --all --check,cargo clippy --all-targets --all-features -- -D warnings,cargo test --all— all green locally.ELI5
This is the "label the box before shipping" step. We stamped the new version number everywhere it needs to match, wrote down what changed since last time, and ran the checks. Nothing goes public until this is merged and we push the version tag.
🤖 Generated with Claude Code