From cea276a3c95b638ade3f7119dd887e91f4dee2b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:30:58 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#230) Co-authored-by: amrbashir --- .changes/linux-icon-menu-item-overlapp.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/linux-icon-menu-item-overlapp.md diff --git a/.changes/linux-icon-menu-item-overlapp.md b/.changes/linux-icon-menu-item-overlapp.md deleted file mode 100644 index 93fd6e4b..00000000 --- a/.changes/linux-icon-menu-item-overlapp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Linux, fix `IconMenuItem` overlapping neighbouring items when added to a `Menu`. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e94f26..99ba7bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.15.1] + +- [`8bf315e`](https://www.github.com/tauri-apps/muda/commit/8bf315ea31f791e44d3c67f5fdb0ac4c47e16aaf) ([#229](https://www.github.com/tauri-apps/muda/pull/229) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) On Linux, fix `IconMenuItem` overlapping neighbouring items when added to a `Menu`. + ## \[0.15.0] - [`40d06c5`](https://www.github.com/tauri-apps/muda/commit/40d06c5c9712ab4e12a8bc3a9124e5975df595e3) ([#226](https://www.github.com/tauri-apps/muda/pull/226) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) **Breaking change** Renamed the `acccelerator` method (which has an extra `c`) on `MenuItemBuilder`, `CheckMenuItemBuilder`, and `IconMenuItemBuilder` to `accelerator`. diff --git a/Cargo.toml b/Cargo.toml index 33ae0ae9..e8d72c07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.15.0" +version = "0.15.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"]