File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
377377
378378[[package ]]
379379name = " demo"
380- version = " 0.4 .0"
380+ version = " 0.5 .0"
381381dependencies = [
382382 " eframe" ,
383383 " egui" ,
@@ -576,7 +576,7 @@ dependencies = [
576576
577577[[package ]]
578578name = " egui_table"
579- version = " 0.4 .0"
579+ version = " 0.5 .0"
580580dependencies = [
581581 " egui" ,
582582 " serde" ,
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ members = ["egui_table", "demo"]
77edition = " 2024"
88license = " MIT OR Apache-2.0"
99rust-version = " 1.88"
10- version = " 0.4 .0"
10+ version = " 0.5 .0"
1111
1212
1313[profile .release ]
1414opt-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
2020eframe = { version = " 0.33.0" , default-features = false }
2121egui = { version = " 0.33.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments