From 9c4d6bb14e0588972f85bd558671f63d0060132c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 02:38:08 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#110) Co-authored-by: amrbashir --- .changes/menu-rc.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/menu-rc.md diff --git a/.changes/menu-rc.md b/.changes/menu-rc.md deleted file mode 100644 index 98c8ef2c..00000000 --- a/.changes/menu-rc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Wrapped the `id` field of the `Menu` struct in an `Rc` to be consistent with other menu structs and make it cheaper to clone. diff --git a/CHANGELOG.md b/CHANGELOG.md index 50af2a7a..620e2840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.8.7] + +- [`8d832c0`](https://www.github.com/tauri-apps/muda/commit/8d832c06f4e810278c0da129063231f880c3f918) Wrapped the `id` field of the `Menu` struct in an `Rc` to be consistent with other menu structs and make it cheaper to clone. + ## \[0.8.6] - [`4701bb8`](https://www.github.com/tauri-apps/muda/commit/4701bb836e9d5f5c020c7807616d68bd049679a9)([#105](https://www.github.com/tauri-apps/muda/pull/105)) On Windows, fix menu items inside a context menu not firing events if the context menu was used on a Window that doesn't have a menu bar. diff --git a/Cargo.toml b/Cargo.toml index 67445a6b..ae3f2b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.6" +version = "0.8.7" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]