From 67d16d505e7cebc942a7f99d8c7e88ebcb102299 Mon Sep 17 00:00:00 2001 From: Sean Madden Date: Fri, 13 Dec 2024 20:36:38 -0500 Subject: [PATCH] Release irox-egui-extras v0.5.1 --- Cargo.lock | 2 +- libraries/egui_extras/CHANGELOG.md | 34 +++++++++++++++++++++++++++++- libraries/egui_extras/Cargo.toml | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b38588..8a4d1a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2643,7 +2643,7 @@ dependencies = [ [[package]] name = "irox-egui-extras" -version = "0.5.0" +version = "0.5.1" dependencies = [ "eframe", "egui", diff --git a/libraries/egui_extras/CHANGELOG.md b/libraries/egui_extras/CHANGELOG.md index 5cb5bf2d..8d8d8efe 100644 --- a/libraries/egui_extras/CHANGELOG.md +++ b/libraries/egui_extras/CHANGELOG.md @@ -1,8 +1,39 @@ +## v0.5.1 (2024-12-13) + +### New Features + + - multiple lines in plots, and colors! + - adding additional fonts + - bump MSRV to 1.82 + +### Commit Statistics + + + + - 3 commits contributed to the release. + - 44 days passed between releases. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Multiple lines in plots, and colors! ([`208e170`](https://github.com/spmadden/irox/commit/208e170334ed6ce08cbcd86cd503feb36ca18024)) + - Adding additional fonts ([`759c0b9`](https://github.com/spmadden/irox/commit/759c0b9b0d0b6ba037afca7f69d6851df4e9722d)) + - Bump MSRV to 1.82 ([`79b4c01`](https://github.com/spmadden/irox/commit/79b4c0111cfb4daff7419dda335fca312e4afa4e)) +
+ ## v0.5.0 (2024-10-29) + + ### New Features - update about window with build host variables. @@ -15,7 +46,7 @@ - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 42 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +58,7 @@
view details * **Uncategorized** + - Release irox-egui-extras v0.5.0 ([`bbe46e7`](https://github.com/spmadden/irox/commit/bbe46e765791861109871c6e201bbf8f8a0e8c0e)) - Upgrade to latest libraries, including egui 0.29.1 ([`bf43c95`](https://github.com/spmadden/irox/commit/bf43c95acb312542bb94ca647366f0c23a692f19)) - Update about window with build host variables. ([`042f09d`](https://github.com/spmadden/irox/commit/042f09d4a5463123b9ad02f2bb17b9226df11990))
diff --git a/libraries/egui_extras/Cargo.toml b/libraries/egui_extras/Cargo.toml index 29de66fa..0448f62e 100644 --- a/libraries/egui_extras/Cargo.toml +++ b/libraries/egui_extras/Cargo.toml @@ -3,7 +3,7 @@ name = "irox-egui-extras" description = "Extras & tweaks for the egui framework" keywords = ["irox", "egui", "gui"] categories = ["gui"] -version = "0.5.0" +version = "0.5.1" edition.workspace = true authors.workspace = true homepage.workspace = true