From 9b2185a4f185a3215b301707de90253ddbe77700 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:44:03 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#86) Co-authored-by: amrbashir --- .changes/retain-ns-menu.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/retain-ns-menu.md diff --git a/.changes/retain-ns-menu.md b/.changes/retain-ns-menu.md deleted file mode 100644 index 739e63f..0000000 --- a/.changes/retain-ns-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -Manually retain/release NSMenu reference. diff --git a/CHANGELOG.md b/CHANGELOG.md index 991b622..805064d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.7.2] + +- [`0bad3ac`](https://www.github.com/tauri-apps/muda/commit/0bad3aca9608df04656757064fe85d757ff17513)([#84](https://www.github.com/tauri-apps/muda/pull/84)) Manually retain/release NSMenu reference. + ## \[0.7.1] - [`7a3bc55`](https://www.github.com/tauri-apps/muda/commit/7a3bc5505f60fa16a34aac4fb209dbb4968db9bf)([#81](https://www.github.com/tauri-apps/muda/pull/81)) On Windows, fix `ContextMenu::detach_menu_subclass_from_hwnd` crashing and terminating the thread. diff --git a/Cargo.toml b/Cargo.toml index 2d8083e..9c89ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.7.1" +version = "0.7.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]