Skip to content

Commit

Permalink
Update to bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Feb 18, 2024
1 parent f9eddf9 commit e798e1a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# `7.0.0`

- Bumped bevy version to `0.13`

# `6.0.0`

Major **Breaking** release.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ default = ["full"]
full = ["dep:bevy"]

[dependencies]
bevy_ecs = { version = "0.12", default-features = false }
bevy_utils = "0.12"
bevy_ecs = { version = "0.13", default-features = false }
bevy_utils = "0.13"

bevy = { version = "0.12", default-features = false, optional = true }
bevy = { version = "0.13", default-features = false, optional = true }
bevy_mod_sysfail_macros = { path = "./macros_impl", version = "5.0.0" }
anyhow = { version = "1.0", default-features = false }

[dev-dependencies]
bevy = { version = "0.12", default-features = true }
bevy-debug-text-overlay = "7.0.0"
bevy = { version = "0.13", default-features = true }
bevy-debug-text-overlay = "8.0.0"
anyhow = "1.0"
thiserror = "1.0"

Expand All @@ -37,7 +37,7 @@ dependent-version = "upgrade"

[package.metadata.release]
pre-release-replacements = [
{search="\\| 0.12 \\| [0-9.]* \\|",replace="| 0.12 | {{version}} |",file="README.md"},
{search="\\| 0.13 \\| [0-9.]* \\|",replace="| 0.13 | {{version}} |",file="README.md"},
{search="bevy_mod_sysfail/[0-9.]+/",replace="bevy_mod_sysfail/{{version}}/",file="README.md"},
{search="bevy_mod_sysfail/blob/v[0-9.]+/",replace="bevy_mod_sysfail/blob/v{{version}}/",file="README.md"},
]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ See the [CHANGELOG].

| bevy | latest supporting version |
|------|--------|
| 0.13 | 6.0.0 |
| 0.12 | 6.0.0 |
| 0.11 | 4.3.0 |
| 0.10 | 2.0.0 |
Expand Down

0 comments on commit e798e1a

Please sign in to comment.