Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Feb 18, 2024
1 parent e798e1a commit d65f72a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["bevy", "tool", "macro", "error", "trait"]
categories = ["game-development"]
repository = "https://github.com/nicopap/bevy_mod_sysfail"
exclude = ["assets", ".github"]
version = "6.0.0"
version = "7.0.0"
edition = "2021"

[workspace]
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ See the [CHANGELOG].

| bevy | latest supporting version |
|------|--------|
| 0.13 | 6.0.0 |
| 0.13 | 7.0.0 |
| 0.12 | 6.0.0 |
| 0.11 | 4.3.0 |
| 0.10 | 2.0.0 |
Expand All @@ -235,13 +235,13 @@ Copyright © 2022 Nicola Papale

This software is licensed under Apache 2.0.

[CHANGELOG]: https://github.com/nicopap/bevy_mod_sysfail/blob/v6.0.0/CHANGELOG.md
[custom_failure example]: https://github.com/nicopap/bevy_mod_sysfail/blob/v6.0.0/examples/custom_failure.rs
[`Dedup`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/trait.Dedup.html
[`Failure`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/trait.Failure.html
[`sysfail`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/attr.sysfail.html
[`Emit`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/prelude/struct.Emit.html
[`Log`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/prelude/struct.Log.html
[`LogSimply`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/prelude/struct.LogSimply.html
[`Ignore`]: https://docs.rs/bevy_mod_sysfail/6.0.0/bevy_mod_sysfail/prelude/struct.Ignore.html
[CHANGELOG]: https://github.com/nicopap/bevy_mod_sysfail/blob/v7.0.0/CHANGELOG.md
[custom_failure example]: https://github.com/nicopap/bevy_mod_sysfail/blob/v7.0.0/examples/custom_failure.rs
[`Dedup`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/trait.Dedup.html
[`Failure`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/trait.Failure.html
[`sysfail`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/attr.sysfail.html
[`Emit`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/prelude/struct.Emit.html
[`Log`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/prelude/struct.Log.html
[`LogSimply`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/prelude/struct.LogSimply.html
[`Ignore`]: https://docs.rs/bevy_mod_sysfail/7.0.0/bevy_mod_sysfail/prelude/struct.Ignore.html
[`Event`]: https://docs.rs/bevy/0.12/bevy/ecs/event/trait.Event.html

0 comments on commit d65f72a

Please sign in to comment.