Skip to content

Commit

Permalink
Release 0.11 - Support egui 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 17, 2024
1 parent fe106b3 commit 6ac87c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# `egui_tiles` Changelog


## 0.11.0 - 2024-12-17
* Update MSRV to 1.80 [#91](https://github.com/rerun-io/egui_tiles/pull/91) by [@emilk](https://github.com/emilk)
* Update to egui 0.30.0 [#92](https://github.com/rerun-io/egui_tiles/pull/92) by [@emilk](https://github.com/emilk)


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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ dependencies = [

[[package]]
name = "egui_tiles"
version = "0.10.1"
version = "0.11.0"
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.80"
version = "0.10.1"
version = "0.11.0"

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

0 comments on commit 6ac87c2

Please sign in to comment.