Skip to content

Commit e9bec52

Browse files
committed
Bump version to 0.9.0 & update README, CHANGELOG
1 parent 09dac4b commit e9bec52

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 0.9
4+
- update to bevy 0.14
5+
36
## Version 0.8
47
- update to bevy 0.13
58

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.1"
6+
version = "0.9.0"
77
edition = "2021"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/jakobhellermann/bevy_editor_pls"
@@ -15,9 +15,9 @@ bevy_mod_debugdump = { git = "https://github.com/Vrixyz/bevy_mod_debugdump.git",
1515
transform-gizmo-bevy = { git = "https://github.com/zhaop/transform-gizmo.git", branch = "bevy-0.14", package = "transform-gizmo-bevy" }
1616

1717
[workspace.dependencies]
18-
bevy_editor_pls = { version = "0.8.1", path = "crates/bevy_editor_pls" }
19-
bevy_editor_pls_core = { version = "0.8.1", path = "crates/bevy_editor_pls_core" }
20-
bevy_editor_pls_default_windows = { version = "0.8.1", path = "crates/bevy_editor_pls_default_windows" }
18+
bevy_editor_pls = { version = "0.9.0", path = "crates/bevy_editor_pls" }
19+
bevy_editor_pls_core = { version = "0.9.0", path = "crates/bevy_editor_pls_core" }
20+
bevy_editor_pls_default_windows = { version = "0.9.0", path = "crates/bevy_editor_pls_default_windows" }
2121

2222
bevy-inspector-egui = "0.25.0"
2323
egui = "0.28"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ fn set_cam3d_controls(
129129

130130
| bevy | bevy\_editor\_pls |
131131
| ---- | ----------------- |
132+
| 0.14 | 0.9 |
132133
| 0.13 | 0.8 |
133134
| 0.12 | 0.7 |
134135
| 0.12 | 0.6 |

0 commit comments

Comments
 (0)