From 34c341444f45686f5ae115884bb6232f15a2e1b5 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt <emil.ernerfeldt@gmail.com> Date: Wed, 3 Jan 2024 09:42:56 +0100 Subject: [PATCH] Release `egui_plot` 0.24.2 (#3763) ## Changelog * Fix plot auto-bounds default [#3722](https://github.com/emilk/egui/pull/3722) (thanks [@abey79](https://github.com/abey79)!) --------- Co-authored-by: Antoine Beyeler <49431240+abey79@users.noreply.github.com> --- crates/egui_plot/CHANGELOG.md | 4 ++++ crates/egui_plot/src/lib.rs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/egui_plot/CHANGELOG.md b/crates/egui_plot/CHANGELOG.md index c476a55ac6f..dcbf254e212 100644 --- a/crates/egui_plot/CHANGELOG.md +++ b/crates/egui_plot/CHANGELOG.md @@ -5,6 +5,10 @@ This file is updated upon each release. Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script. +## 0.24.1 - 2024-12-03 +* Fix plot auto-bounds default [#3722](https://github.com/emilk/egui/pull/3722) (thanks [@abey79](https://github.com/abey79)!) + + ## 0.24.0 - 2023-11-23 * Add `emath::Vec2b`, replacing `egui_plot::AxisBools` [#3543](https://github.com/emilk/egui/pull/3543) * Add `auto_bounds/set_auto_bounds` to `PlotUi` [#3587](https://github.com/emilk/egui/pull/3587) [#3586](https://github.com/emilk/egui/pull/3586) (thanks [@abey79](https://github.com/abey79)!) diff --git a/crates/egui_plot/src/lib.rs b/crates/egui_plot/src/lib.rs index 41c5ec63482..bef977d81a0 100644 --- a/crates/egui_plot/src/lib.rs +++ b/crates/egui_plot/src/lib.rs @@ -781,7 +781,7 @@ impl Plot { max: pos + size, }; // Next we want to create this layout. - // Incides are only examples. + // Indices are only examples. // // left right // +---+---------x----------+ +