Skip to content

Commit 8fc7919

Browse files
authored
Prepare for 0.4.0 release (#7)
1 parent e89ef32 commit 8fc7919

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_pipelines_ready"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Bevy plugin for tracking render pipeline status."

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ cargo run --example states --target=wasm32-unknown-unknown --features=webgpu
2828

2929
| `bevy_pipelines_ready` | `bevy` |
3030
| :-- | :-- |
31+
| `0.4` | `0.14` |
3132
| `0.3` | `0.13` |
3233
| `0.2` | `0.12` |
3334
| `0.1` | `0.11` |

0 commit comments

Comments
 (0)