Skip to content

Commit 0c73991

Browse files
authored
Prepare for 0.6 release (#29)
* Update README * Update crate version
1 parent cf82391 commit 0c73991

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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_firework"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
readme = "README.md"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ physics data for particle collision, simplified particle system animation).
4646

4747
## Version table
4848

49-
| `bevy_firework` | `bevy` | `bevy_utilitarian` |
50-
| --------------- | ------ | ------------------ |
51-
| 0.1 | 0.12 | 0.2 |
49+
| `bevy_firework` | `bevy` | `bevy_utilitarian` | `avian`
50+
| --------------- | ------ | ------------------ | --------
51+
| 0.1 | 0.12 | 0.2 |
5252
| 0.2 | 0.12 | 0.3 |
5353
| 0.3 | 0.13 | 0.4 |
5454
| 0.4 | 0.14 | 0.5 |
55-
| 0.5 | 0.14 | 0.5 |
56-
| main | 0.15 | 0.6 |
55+
| 0.5 | 0.14 | 0.5 | 0.1
56+
| 0.6 | 0.15 | 0.6 | 0.2
57+
| main | 0.15 | 0.6 | 0.2

0 commit comments

Comments
 (0)