From 0ba1d9ef2cbb9bfc452b69333500771b3f919d83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:53:30 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#216) Co-authored-by: amrbashir --- .changes/fix_cargo_pkg_authors_value_sep.md | 5 ----- .changes/win32-context-menu-fixes.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/fix_cargo_pkg_authors_value_sep.md delete mode 100644 .changes/win32-context-menu-fixes.md diff --git a/.changes/fix_cargo_pkg_authors_value_sep.md b/.changes/fix_cargo_pkg_authors_value_sep.md deleted file mode 100644 index 82d2a49a..00000000 --- a/.changes/fix_cargo_pkg_authors_value_sep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Fix handling the separator of `CARGO_PKG_AUTHORS` environment variable value in `from_cargo_metadata` macro. diff --git a/.changes/win32-context-menu-fixes.md b/.changes/win32-context-menu-fixes.md deleted file mode 100644 index 8a04b59c..00000000 --- a/.changes/win32-context-menu-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, fix crash when showing a context menu but dropping the Menu before the context menu is closed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 73dcbd66..f3b568da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.14.1] + +- [`07ca638`](https://www.github.com/tauri-apps/muda/commit/07ca6382bc1ae08984c21034b8033cee3eb147c7) ([#213](https://www.github.com/tauri-apps/muda/pull/213)) Fix handling the separator of `CARGO_PKG_AUTHORS` environment variable value in `from_cargo_metadata` macro. +- [`bb40d8c`](https://www.github.com/tauri-apps/muda/commit/bb40d8cec3187eccb3bce868befe1d0bf0dbf93c) On Windows, fix crash when showing a context menu but dropping the Menu before the context menu is closed. + ## \[0.14.0] - [`11d8b7a`](https://www.github.com/tauri-apps/muda/commit/11d8b7a6fefa2b47b5bd0a113c0f33f0ccdf6647) ([#208](https://www.github.com/tauri-apps/muda/pull/208) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) Added `about_metadata` module and `about_metadata::from_cargo_metadata` macro. diff --git a/Cargo.toml b/Cargo.toml index fc321254..78b5af1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.14.0" +version = "0.14.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]