Skip to content

Commit 6ac87c2

Browse files
committed
Release 0.11 - Support egui 0.30
1 parent fe106b3 commit 6ac87c2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

33

4+
## 0.11.0 - 2024-12-17
5+
* Update MSRV to 1.80 [#91](https://github.com/rerun-io/egui_tiles/pull/91) by [@emilk](https://github.com/emilk)
6+
* Update to egui 0.30.0 [#92](https://github.com/rerun-io/egui_tiles/pull/92) by [@emilk](https://github.com/emilk)
7+
8+
49
## 0.10.1 - 2024-10-01
510
* Fix `Tree` serialization [#87](https://github.com/rerun-io/egui_tiles/pull/87)
611

Cargo.lock

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

559559
[[package]]
560560
name = "egui_tiles"
561-
version = "0.10.1"
561+
version = "0.11.0"
562562
dependencies = [
563563
"ahash",
564564
"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.80"
17-
version = "0.10.1"
17+
version = "0.11.0"
1818

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

0 commit comments

Comments
 (0)