Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ While the major version is 0, minor version bumps may contain breaking changes.

## [Unreleased]

## [0.5.0] - 2026-08-15

Lint's output pointed at advice that did not exist: every per-rule code it
printed answered "Unknown error code" when passed to `lash explain`. This
release closes that loop, and stops `W_INDEX_ORPHAN` from reporting files the
root index plainly references.

### Added

- `lash explain` now knows every code `lash lint` emits. The per-rule syntax,
Expand Down Expand Up @@ -206,7 +213,8 @@ Initial release.
- Project scaffolding: `lash init` and the PixelQuest `lash playground`
- Configuration management, shell completions, and `lash explain` error catalog

[Unreleased]: https://github.com/fixture-dev/lash/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/fixture-dev/lash/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/fixture-dev/lash/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/fixture-dev/lash/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/fixture-dev/lash/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/fixture-dev/lash/compare/v0.2.0...v0.3.0
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.4.0"
version = "0.5.0"
authors = ["Lash Contributors"]
edition = "2021"
rust-version = "1.75"
Expand Down
Loading