From 50d388f9295c0d88db76d7995a31299bcaf4c4b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:43:54 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#82) Co-authored-by: amrbashir --- .changes/destroy.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/destroy.md diff --git a/.changes/destroy.md b/.changes/destroy.md deleted file mode 100644 index 7fe4b4b..0000000 --- a/.changes/destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, fix `ContextMenu::detach_menu_subclass_from_hwnd` crashing and terminating the thread. diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d5951..991b622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.7.0] - [`ee30bf8`](https://www.github.com/tauri-apps/muda/commit/ee30bf8d29895c35d7cda0d67d9d64b71910380a)([#73](https://www.github.com/tauri-apps/muda/pull/73)) Added the `builders` which contains convenient builder types, like `AboutMetadataBuilder`, `MenuItemBuilder`, `SubmenuBuilder` ...etc. diff --git a/Cargo.toml b/Cargo.toml index f75c1ff..2d8083e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.7.0" +version = "0.7.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]