diff --git a/.changes/fix-macos-separator-double-free.md b/.changes/fix-macos-separator-double-free.md deleted file mode 100644 index fa75b319..00000000 --- a/.changes/fix-macos-separator-double-free.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On macOS, fixed a panic when releasing separator menu item. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfec331..b28ee6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.11.3] + +- [`20c45a4`](https://www.github.com/tauri-apps/muda/commit/20c45a4ccc24914f5ad7533300e0d1e6d7d91384)([#147](https://www.github.com/tauri-apps/muda/pull/147)) On macOS, fixed a panic when releasing separator menu item. + ## \[0.11.2] - [`afd3e2e`](https://www.github.com/tauri-apps/muda/commit/afd3e2ecd4b40def7c0f458cd1465723392c1be1)([#143](https://www.github.com/tauri-apps/muda/pull/143)) Fixes menu item's `enabled` state not applied for submenus on macOS. diff --git a/Cargo.toml b/Cargo.toml index 5f7e298c..36420008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.11.2" +version = "0.11.3" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]