Skip to content

Commit

Permalink
release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Apr 19, 2024
1 parent b4e30a4 commit 0ddc765
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Pair this with a crate like [`egui_dock`](https://docs.rs/egui_dock/latest/egui_

| bevy | bevy-inspector-egui |
| ---- | ------------------- |
| 0.13 | 0.24 |
| 0.13 | 0.23 |
| 0.12 | 0.22 |
| 0.12 | 0.21 |
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy-inspector-egui-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-inspector-egui-derive"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions crates/bevy-inspector-egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy-inspector-egui"
version = "0.23.4"
version = "0.24.0"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ default = ["bevy_pbr"]
highlight_changes = []

[dependencies]
bevy-inspector-egui-derive = { version = "0.23.0", path = "../bevy-inspector-egui-derive" }
bevy-inspector-egui-derive = { version = "0.24.0", path = "../bevy-inspector-egui-derive" }
bevy_app = { version = "0.13" }
bevy_asset = { version = "0.13" }
bevy_core = { version = "0.13" }
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.24.0

- update to egui 0.27 and bevy_egui 0.27
- add dropdown for images handles (thanks to @eupraxia05 https://github.com/jakobhellermann/bevy-inspector-egui/pull/190)
- add entity name filter to world inspector (thanks to @RobWait https://github.com/jakobhellermann/bevy-inspector-egui/pull/194)

## Version 0.23.4
- fix compilation on wasm32

Expand Down

0 comments on commit 0ddc765

Please sign in to comment.