Skip to content

Commit e56a12f

Browse files
committed
Release 0.2.0 - Update to egui 0.30
1 parent 3878b83 commit e56a12f

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.2.0 - 2024-12-17 - Update egui to 0.30
5+
* Update MSRV to 1.80 [#17](https://github.com/rerun-io/egui_table/pull/17) by [@emilk](https://github.com/emilk)
6+
* Update to egui 0.30 [#18](https://github.com/rerun-io/egui_table/pull/18) by [@emilk](https://github.com/emilk)
7+
8+
39
## 0.1.0 - 2024-10-14 - Initial release
410
Features
511
* Auto-sized, resizable columns

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
398398

399399
[[package]]
400400
name = "demo"
401-
version = "0.1.0"
401+
version = "0.2.0"
402402
dependencies = [
403403
"eframe",
404404
"egui",
@@ -583,7 +583,7 @@ dependencies = [
583583

584584
[[package]]
585585
name = "egui_table"
586-
version = "0.1.0"
586+
version = "0.2.0"
587587
dependencies = [
588588
"egui",
589589
"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 = "2021"
88
license = "MIT OR Apache-2.0"
99
rust-version = "1.80"
10-
version = "0.1.0"
10+
version = "0.2.0"
1111

1212

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

1616

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

2020
document-features = " 0.2.10"
2121
eframe = { version = "0.30.0", default-features = false }

0 commit comments

Comments
 (0)