Skip to content

Commit

Permalink
fix: changes missed in #172
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Nov 17, 2024
1 parent 8691821 commit 7c0bffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bevy_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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

## 0.1.0 - 2024-11-DD <!-- TODO: Set the day before this is merged. -->
## 0.1.0 - 2024-11-17

**All Changes**: [`17834eb...lint-v0.1.0`](https://github.com/TheBevyFlock/bevy_cli/compare/17834eb...lint-v0.1.0)

Expand Down
2 changes: 1 addition & 1 deletion bevy_lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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|1.83.0|`nightly-2024-11-14`|0.14|
|0.1.0|1.84.0|`nightly-2024-11-14`|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.)

Expand Down

0 comments on commit 7c0bffe

Please sign in to comment.