Skip to content

Commit

Permalink
Bump version to 0.10 for bevy 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Feb 17, 2024
1 parent 326e766 commit fc0f633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.10.0 - 18.02.2024
- Update to Bevy 0.13

## v0.9.1 - 17.01.2024
- CsvAssetPlugin supports configuring the delimiter with `with_delimiter`

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.9.1"
version = "0.10.0"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,7 @@ xml = ["dep:quick-xml"]
csv = ["dep:csv"]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.12", default-features = false, features = ["bevy_asset"] }
bevy = { git = "https://github.com/bevyengine/bevy", 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 @@ -35,7 +35,7 @@ serde = { version = "1" }
anyhow = { version = "1" }

[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", version = "0.12" }
bevy = { git = "https://github.com/bevyengine/bevy" }
serde = { version = "1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit fc0f633

Please sign in to comment.