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"]