Skip to content

Commit d27fa51

Browse files
committed
Release 0.13.0
1 parent 0e2f210 commit d27fa51

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.13.0 - 2025-07-11
4+
Full diff at https://github.com/rerun-io/egui_tiles/compare/0.12.0..HEAD
5+
6+
* Allow setting a custom cursor icon when hovering over a tab [#97](https://github.com/rerun-io/egui_tiles/pull/97) by [@s-nie](https://github.com/s-nie)
7+
* Update to egui 0.32 [#104](https://github.com/rerun-io/egui_tiles/pull/104) by [@emilk](https://github.com/emilk)
8+
* Update to Rust 1.85 [#102](https://github.com/rerun-io/egui_tiles/pull/102) by [@emilk](https://github.com/emilk)
9+
* Update itertools to 0.14 [#105](https://github.com/rerun-io/egui_tiles/pull/105) by [@lucasmerlin](https://github.com/lucasmerlin)
10+
311

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

Cargo.lock

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

620620
[[package]]
621621
name = "egui_tiles"
622-
version = "0.12.0"
622+
version = "0.13.0"
623623
dependencies = [
624624
"ahash",
625625
"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.85"
17-
version = "0.12.0"
17+
version = "0.13.0"
1818

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

0 commit comments

Comments
 (0)