diff --git a/Cargo.lock b/Cargo.lock index 4a431ad..2331303 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ dependencies = [ [[package]] name = "bevy_lint" -version = "0.1.0-dev" +version = "0.1.0" dependencies = [ "anyhow", "bevy", diff --git a/bevy_lint/CHANGELOG.md b/bevy_lint/CHANGELOG.md index 4ddb097..9b8302b 100644 --- a/bevy_lint/CHANGELOG.md +++ b/bevy_lint/CHANGELOG.md @@ -7,9 +7,9 @@ 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] +## 0.1.0 - 2024-11-DD -**All Changes**: [`17834eb...main`](https://github.com/TheBevyFlock/bevy_cli/compare/17834eb...main) +**All Changes**: [`17834eb...lint-v0.1.0`](https://github.com/TheBevyFlock/bevy_cli/compare/17834eb...lint-v0.1.0) ### Added diff --git a/bevy_lint/Cargo.toml b/bevy_lint/Cargo.toml index 28a4172..0eba767 100644 --- a/bevy_lint/Cargo.toml +++ b/bevy_lint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_lint" -version = "0.1.0-dev" +version = "0.1.0" authors = ["BD103"] edition = "2021" description = "A collection of lints for the Bevy game engine" diff --git a/bevy_lint/README.md b/bevy_lint/README.md index 1471a27..0f15e6a 100644 --- a/bevy_lint/README.md +++ b/bevy_lint/README.md @@ -150,7 +150,7 @@ There are several other ways to toggle lints, but they have varying levels of su |`bevy_lint` Version|Rust Version|Rustup Toolchain|Bevy Version| |-|-|-|-| -|0.1.0-dev|1.83.0|`nightly-2024-10-03`|0.14| +|0.1.0|1.83.0|`nightly-2024-10-03`|0.14| The Rust version in the above table specifies what [version of the Rust language](https://github.com/rust-lang/rust/releases) can be compiled with `bevy_lint`. Code written for a later version of Rust may not compile. (This is not usually an issue, though, because `bevy_lint`'s Rust version is kept 1 to 2 releases ahead of stable Rust.)