chore(release): 0.5.0 - #62
Merged
Merged
Conversation
Teaches `lash explain` every code the linter emits, so the advice lint points at exists, and stops `W_INDEX_ORPHAN` from flagging files the root index references.
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.
Cuts 0.5.0. Bumps
[workspace.package] versionand moves the[Unreleased]entries into a dated section with its compare link.Minor rather than patch:
lash explaingaining coverage of every lint code, and lint's summary naming one of the codes it reported, are new behavior.Shipping (both merged 2026-08-13, unreleased since):
lash explainnow knows every codelash lintemits — the per-rule codes previously answered "Unknown error code" (fix: surface .lashignore and explain the linter's own codes (#58) #59)W_INDEX_ORPHANno longer fires for files the root index references; link destinations now end at their own closing paren, and every link on a line is read (fix(linter): end index link paths at their own closing paren #61).lashignoreis documented where users hit it, andexplain --listno longer dropsW_/I_codesAfter merge, tag the merge commit
v0.5.0and push it to trigger cargo-dist.