From 1e1e7fcdba2ebc181a4e0796df68be3df7e43d56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:01:36 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#238) Co-authored-by: amrbashir --- .changes/about-macos-event.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/about-macos-event.md diff --git a/.changes/about-macos-event.md b/.changes/about-macos-event.md deleted file mode 100644 index efc1e70a..00000000 --- a/.changes/about-macos-event.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Fix `PredefinedMenuItem::about` sending events where it shouldn't. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ba7bbf..bb810bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.15.2] + +- [`3b58a2e`](https://www.github.com/tauri-apps/muda/commit/3b58a2ef973a7fb46ce6b4cfd34942d990929510) ([#237](https://www.github.com/tauri-apps/muda/pull/237) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) Fix `PredefinedMenuItem::about` sending events where it shouldn't. + ## \[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`. diff --git a/Cargo.toml b/Cargo.toml index e8d72c07..a07403d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.15.1" +version = "0.15.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"]