Skip to content

Commit

Permalink
Bump version to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Dec 27, 2023
1 parent 0df2993 commit a3c1f55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.19.0 - 27.12.2023
- New API to add and configure loading states
- Less API surface on Bevy's App type and fewer generics
- Only two methods on the App: `add_loading_state` and `configure_loading_state`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ The main branch is compatible with the latest Bevy release, while the branch `be
Compatibility of `bevy_asset_loader` versions:
| `bevy_asset_loader` | `bevy` |
| :-- | :-- |
| `0.18` | `0.12` |
| `0.18` - `0.19` | `0.12` |
| `0.17` | `0.11` |
| `0.15` - `0.16` | `0.10` |
| `0.14` | `0.9` |
Expand Down
4 changes: 2 additions & 2 deletions bevy_asset_loader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_asset_loader"
version = "0.18.0"
version = "0.19.0"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -23,7 +23,7 @@ progress_tracking = ["dep:iyes_progress"]

[dependencies]
bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] }
bevy_asset_loader_derive = { version = "=0.18.0", path = "../bevy_asset_loader_derive" }
bevy_asset_loader_derive = { version = "=0.19.0", path = "../bevy_asset_loader_derive" }
anyhow = "1"
path-slash = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion bevy_asset_loader_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_asset_loader_derive"
version = "0.18.0"
version = "0.19.0"
authors = ["Niklas Eicker <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a3c1f55

Please sign in to comment.