Skip to content

Commit

Permalink
Update to Bevy the 0.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Nov 29, 2024
1 parent d270246 commit 28c4b2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

## v0.12.0 - 29.11.2024
- Update to Bevy 0.15

## v0.11.0 - 04.07.2024
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_common_assets"
version = "0.12.0-rc.1"
version = "0.12.0"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ csv = ["dep:csv"]
postcard = ["dep:postcard"]

[dependencies]
bevy = { version = "0.15.0-rc.1", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.15.0", default-features = false, features = ["bevy_asset"] }
serde_toml = { version = "0.8", package = "toml", optional = true }
serde_ron = { version = "0.8", package = "ron", optional = true }
serde_yaml = { version = "0.9", optional = true }
Expand All @@ -37,7 +37,7 @@ anyhow = { version = "1" }
postcard = {version = "1.0", features = ["use-std"], optional = true}

[dev-dependencies]
bevy = { version = "0.15.0-rc.1" }
bevy = { version = "0.15.0" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 28c4b2b

Please sign in to comment.