diff --git a/Cargo.lock b/Cargo.lock index 75836259..79dd1883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "bevy_lint" -version = "0.6.0" +version = "0.7.0-dev" dependencies = [ "anstream", "anstyle", diff --git a/bevy_lint/CHANGELOG.md b/bevy_lint/CHANGELOG.md index eba45b1a..20145192 100644 --- a/bevy_lint/CHANGELOG.md +++ b/bevy_lint/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## Unreleased + +**All Changes**: [`lint-v0.6.0...main`](https://github.com/TheBevyFlock/bevy_cli/compare/lint-v0.6.0...main) + ## v0.6.0 - 2026-02-01 **All Changes**: [`lint-v0.5.0...lint-v0.6.0`](https://github.com/TheBevyFlock/bevy_cli/compare/lint-v0.5.0...lint-v0.6.0) diff --git a/bevy_lint/Cargo.toml b/bevy_lint/Cargo.toml index 8fc527e7..e45d0b46 100644 --- a/bevy_lint/Cargo.toml +++ b/bevy_lint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_lint" -version = "0.6.0" +version = "0.7.0-dev" authors = ["BD103"] edition = "2024" description = "A collection of lints for the Bevy game engine" diff --git a/docs/src/contribute/linter/how-to/release.md b/docs/src/contribute/linter/how-to/release.md index 66fb0bf0..b0587799 100644 --- a/docs/src/contribute/linter/how-to/release.md +++ b/docs/src/contribute/linter/how-to/release.md @@ -54,6 +54,14 @@ rustup run nightly-YYYY-MM-DD cargo install \ bevy_lint ``` +Alternatively, if you have v0.1.0-alpha.2 or later of the Bevy CLI, you can install the linter with `bevy lint install`: + + + +```sh +bevy lint install vX.Y.Z +``` + ```` diff --git a/docs/src/linter/compatibility.md b/docs/src/linter/compatibility.md index f270c705..84c41319 100644 --- a/docs/src/linter/compatibility.md +++ b/docs/src/linter/compatibility.md @@ -2,6 +2,7 @@ |`bevy_lint` Version|Rust Version|Rustup Toolchain|Bevy Version| |-|-|-|-| +|0.7.0-dev|1.95.0|`nightly-2026-01-22`|0.18| |0.6.0|1.95.0|`nightly-2026-01-22`|0.18| |0.5.0|1.94.0|`nightly-2025-12-11`|0.17| |0.4.0|1.90.0|`nightly-2025-06-26`|0.16|