Skip to content

Commit 2beba5e

Browse files
committed
Release 0.10.1 - Fix Tree serialization
1 parent 21d9a41 commit 2beba5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# `egui_tiles` Changelog
22

33

4+
## 0.10.1 - 2024-10-01
5+
* Fix `Tree` serialization [#87](https://github.com/rerun-io/egui_tiles/pull/87)
6+
7+
48
## 0.10.0 - 2024-09-26
59
* Update to egui 0.29 [#78](https://github.com/rerun-io/egui_tiles/pull/78)
610
* Add `Tree::set_width` and `set_height` functions [#73](https://github.com/rerun-io/egui_tiles/pull/73) (thanks [@rafaga](https://github.com/rafaga)!)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ dependencies = [
477477

478478
[[package]]
479479
name = "egui_tiles"
480-
version = "0.10.0"
480+
version = "0.10.1"
481481
dependencies = [
482482
"ahash",
483483
"eframe",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "egui_tiles"
1414
readme = "README.md"
1515
repository = "https://github.com/rerun-io/egui_tiles"
1616
rust-version = "1.76"
17-
version = "0.10.0"
17+
version = "0.10.1"
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

0 commit comments

Comments
 (0)