Apply Version Updates From Current Changes (#86)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-03 16:44:03 +03:00 committed by GitHub
parent b1070cf144
commit 9b2185a4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"muda": patch
---
Manually retain/release NSMenu reference.

View file

@ -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.

View file

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