Skip to content

Commit 51b2804

Browse files
committed
Release 0.5.0
1 parent af3921b commit 51b2804

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
4+
## 0.5.0 - 2025-10-10
5+
* Update msrv to 1.88 [#32](https://github.com/rerun-io/egui_table/pull/32) by [@lucasmerlin](https://github.com/lucasmerlin)
6+
* Update to egui 0.33.0 [#35](https://github.com/rerun-io/egui_table/pull/35) by [@emilk](https://github.com/emilk)
7+
8+
39
## 0.4.0 - 2025-07-10 - Update to egui 0.32
410
* Update to egui 0.32 [#30](https://github.com/rerun-io/egui_table/pull/30) by [@emilk](https://github.com/emilk)
511
* Update to Rust 1.85 [#29](https://github.com/rerun-io/egui_table/pull/29) by [@emilk](https://github.com/emilk)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
377377

378378
[[package]]
379379
name = "demo"
380-
version = "0.4.0"
380+
version = "0.5.0"
381381
dependencies = [
382382
"eframe",
383383
"egui",
@@ -576,7 +576,7 @@ dependencies = [
576576

577577
[[package]]
578578
name = "egui_table"
579-
version = "0.4.0"
579+
version = "0.5.0"
580580
dependencies = [
581581
"egui",
582582
"serde",

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ members = ["egui_table", "demo"]
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
rust-version = "1.88"
10-
version = "0.4.0"
10+
version = "0.5.0"
1111

1212

1313
[profile.release]
1414
opt-level = 2 # fast and small wasm
1515

1616

1717
[workspace.dependencies]
18-
egui_table = { version = "0.4.0", path = "egui_table", default-features = false }
18+
egui_table = { version = "0.5.0", path = "egui_table", default-features = false }
1919

2020
eframe = { version = "0.33.0", default-features = false }
2121
egui = { version = "0.33.0", default-features = false }

0 commit comments

Comments
 (0)