Skip to content

Commit

Permalink
Prepare for 0.5 release (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored Nov 30, 2024
1 parent dc85237 commit cc0833e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_pipelines_ready"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Bevy plugin for tracking render pipeline status."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ cargo run --example states --target=wasm32-unknown-unknown --features=webgpu

| `bevy_pipelines_ready` | `bevy` |
| :-- | :-- |
| `0.5` | `0.15` |
| `0.4` | `0.14` |
| `0.3` | `0.13` |
| `0.2` | `0.12` |
Expand Down

0 comments on commit cc0833e

Please sign in to comment.