Skip to content

Commit

Permalink
feat: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Nov 9, 2024
1 parent ff952b2 commit b420219
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions bevy_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!-- TODO: Set the day before this is merged. -->

**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

Expand Down
2 changes: 1 addition & 1 deletion bevy_lint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bevy_lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down

0 comments on commit b420219

Please sign in to comment.