Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Oct 14, 2024
1 parent 947011e commit 8727818
Show file tree
Hide file tree
Showing 4 changed files with 8 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.14 | 0.27 |
| 0.14 | 0.26 |
| 0.14 | 0.25 |
| 0.13 | 0.24 |
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.26.0"
version = "0.27.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.26.0"
version = "0.27.0"
edition = "2021"
repository = "https://github.com/jakobhellermann/bevy-inspector-egui/"
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ egui_open_url = ["bevy_egui/open_url"]
highlight_changes = []

[dependencies]
bevy-inspector-egui-derive = { version = "0.26.0", path = "../bevy-inspector-egui-derive" }
bevy-inspector-egui-derive = { version = "0.27.0", path = "../bevy-inspector-egui-derive" }
bevy_app = { version = "0.14.0" }
bevy_asset = { version = "0.14.0" }
bevy_color = { version = "0.14.0" }
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.27.0
- upgrade to `bevy_egui 0.30` / `egui 0.29`
- update `image` to 0.25

## Version 0.26.0
- update to `bevy_egui` 0.29
- make `RangeInclusive<fXX>` inspectable
Expand Down

0 comments on commit 8727818

Please sign in to comment.