Skip to content

Commit

Permalink
Release 0.10.1 - Fix Tree serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 1, 2024
1 parent 21d9a41 commit 2beba5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# `egui_tiles` Changelog


## 0.10.1 - 2024-10-01
* Fix `Tree` serialization [#87](https://github.com/rerun-io/egui_tiles/pull/87)


## 0.10.0 - 2024-09-26
* Update to egui 0.29 [#78](https://github.com/rerun-io/egui_tiles/pull/78)
* Add `Tree::set_width` and `set_height` functions [#73](https://github.com/rerun-io/egui_tiles/pull/73) (thanks [@rafaga](https://github.com/rafaga)!)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ dependencies = [

[[package]]
name = "egui_tiles"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"ahash",
"eframe",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "egui_tiles"
readme = "README.md"
repository = "https://github.com/rerun-io/egui_tiles"
rust-version = "1.76"
version = "0.10.0"
version = "0.10.1"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 2beba5e

Please sign in to comment.