Skip to content

`bevy_lint` - v0.6.0

Latest

Choose a tag to compare

@BD103 BD103 released this 01 Feb 21:06
c4245c8

I'm happy to announce v0.6.0 of bevy_lint! This release that adds support for Bevy 0.18 and updates the nightly toolchain to nightly-2026-01-22, with no other changes beyond that.

You can find the live documentation for this release here. You may also be interested in the changelog and the migration guide.

Warning

This is an unofficial community project, hacked upon by the Bevy CLI working group until it is eventually upstreamed into the main Bevy Engine organization. Pardon our rough edges, and please consider submitting an issue if you run into trouble!

This release uses the nightly-2026-01-22 toolchain, based on Rust 1.95.0, and supports Bevy 0.18. You can install it from Git with the following commands:

rustup toolchain install nightly-2026-01-22 \
    --component rustc-dev \
    --component llvm-tools

rustup run nightly-2026-01-22 cargo install \
    --git https://github.com/TheBevyFlock/bevy_cli.git \
    --tag lint-v0.6.0 \
    --locked \
    bevy_lint

Alternatively, if you have v0.1.0-alpha.2 of the Bevy CLI, you can install the linter with bevy lint install:

bevy lint install v0.6.0

All Changes: lint-v0.5.0...lint-v0.6.0

Changed

  • The linter now supports Bevy 0.18, but no longer supports Bevy 0.17 (#703)
  • Bumped nightly toolchain to nightly-2026-01-22 (#729)