chore: release v0.6.2#16
Merged
Merged
Conversation
Synchronize the fmtview, fmtview-core, Cargo.lock, and npm package versions at 0.6.2. Move the tail-first follow attachment fix into dated 0.6.2 release notes while retaining the Unreleased section for subsequent changes.
siriusctrl
marked this pull request as ready for review
July 22, 2026 13:12
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
fmtviewpackage,fmtview-core, the root core dependency constraint, Cargo.lock, and the npm package to0.6.2Unreleasedinto dated0.6.2release notesUnreleasedsection for subsequent changesThis is release preparation only. It does not create a tag, publish either crate, publish npm, or merge the branch.
Release contents
0.6.2fixes live tail-first timelines becoming immediately detached when pretty-printed JSON breadcrumbs change the first frame's visible height. Committed appends remain attached and advance automatically.Validation
0.6.20.6.2sectioncargo fmt --all --checkcargo check --workspace --all-targets --lockedcargo clippy --workspace --all-targets --locked -- -D warningscargo test --workspace --all-targets --locked: 384 passed, 0 failed, 13 ignoredcargo metadata --locked --no-depscargo publish -p fmtview-core --dry-run --locked: packaged and verified successfully, 145 filesfmtview 0.6.2The root
fmtviewcargo dry-run packages successfully and then stops at registry dependency resolution because crates.io currently offersfmtview-core0.6.1/0.6.0, not 0.6.2. This is the expected core-first release boundary documented by the repository: the release workflow publishes core, waits for registry availability, and only then dry-runs/publishes the root package.The local npm smoke used a local 0.6.2 binary to validate package shape and the shim. The tag-triggered release workflow remains responsible for supplying the static musl artifact.