Skip to content

Commit c7feb89

Browse files
authored
Update changelog for 0.34.1 (#232)
1 parent 155981f commit c7feb89

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the `egui_plot` integration will be noted in this file.
44
This file is updated upon each release.
55
Changes since the last release can be found at <https://github.com/emilk/egui_plot/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
66

7+
## 0.34.1 - 2026-02-16
8+
* Allow grouping legend entries by id rather than name [#231](https://github.com/emilk/egui_plot/pull/231) by [@Wumpf](https://github.com/Wumpf)
9+
710

811
## 0.34.0 - 2025-10-10
912
* Update to egui 0.33.0 [#140](https://github.com/emilk/egui_plot/pull/140) by [@lucasmerlin](https://github.com/lucasmerlin)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ dependencies = [
929929

930930
[[package]]
931931
name = "demo"
932-
version = "0.34.0"
932+
version = "0.34.1"
933933
dependencies = [
934934
"borrow_points",
935935
"box_plot",
@@ -1195,7 +1195,7 @@ dependencies = [
11951195

11961196
[[package]]
11971197
name = "egui_plot"
1198-
version = "0.34.0"
1198+
version = "0.34.1"
11991199
dependencies = [
12001200
"ahash",
12011201
"assertables",

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = ["egui_plot", "demo", "examples/*", "examples_utils"]
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
rust-version = "1.88"
10-
version = "0.34.0"
10+
version = "0.34.1"
1111

1212

1313
[profile.release]
@@ -19,7 +19,7 @@ opt-level = 2
1919

2020

2121
[workspace.dependencies]
22-
egui_plot = { version = "0.34.0", path = "egui_plot", default-features = false }
22+
egui_plot = { version = "0.34.1", path = "egui_plot", default-features = false }
2323
examples_utils = { version = "0.1.0", path = "examples_utils" }
2424

2525
borrow_points = { version = "0.1.0", path = "examples/borrow_points" }

0 commit comments

Comments
 (0)