diff --git a/.changes/fix-macos-menu-remove.md b/.changes/fix-macos-menu-remove.md deleted file mode 100644 index f3e3d0e..0000000 --- a/.changes/fix-macos-menu-remove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -Fix `remove_for_nsapp` not working. diff --git a/CHANGELOG.md b/CHANGELOG.md index 805064d..03e0911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.7.3] + +- [`22956ec`](https://www.github.com/tauri-apps/muda/commit/22956ec724673d21e1d6a675c536eff060737e02)([#87](https://www.github.com/tauri-apps/muda/pull/87)) Fix `remove_for_nsapp` not working. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index 9c89ef4..c394de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.7.2" +version = "0.7.3" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]