Skip to content

Commit 8012ac0

Browse files
committed
Bump version numbers to 0.6.0-rc.1
1 parent 309be19 commit 8012ac0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ cargo run --example cubes --no-default-features --features "3d f64 parry-f64"
159159

160160
## Version Table
161161

162-
| Bevy | Avian |
163-
| ------- | --------- |
164-
| 0.18 | 0.5, main |
165-
| 0.17 | 0.4 |
166-
| 0.16 | 0.3 |
167-
| 0.15 | 0.2 |
168-
| 0.14 | 0.1 |
162+
| Bevy | Avian |
163+
| ------- | ----------------- |
164+
| 0.18 | 0.6-rc, 0.5, main |
165+
| 0.17 | 0.4 |
166+
| 0.16 | 0.3 |
167+
| 0.15 | 0.2 |
168+
| 0.14 | 0.1 |
169169

170170
Avian provides [migration guides](./migration-guides) for each version.
171171

crates/avian2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avian2d"
3-
version = "0.6.0-dev"
3+
version = "0.6.0-rc.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
authors = ["Joona Aalto <jondolf.dev@gmail.com>"]

crates/avian3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avian3d"
3-
version = "0.6.0-dev"
3+
version = "0.6.0-rc.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
authors = ["Joona Aalto <jondolf.dev@gmail.com>"]

0 commit comments

Comments
 (0)