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 ddc318b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 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
2 changes: 1 addition & 1 deletion 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 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 ddc318b

Please sign in to comment.