From 93702c093cb9641c02cebb8194bfd4e5b46102f0 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 29 Jul 2025 03:09:21 +0000 Subject: [PATCH] apply version updates --- .changes/refactor-simplify-internal-id-usage.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/refactor-simplify-internal-id-usage.md diff --git a/.changes/refactor-simplify-internal-id-usage.md b/.changes/refactor-simplify-internal-id-usage.md deleted file mode 100644 index 05b07eca..00000000 --- a/.changes/refactor-simplify-internal-id-usage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On Windows, fix icon of `Submenu` not visible when added to a root `Menu` diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a016d8..8753fa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.17.1] + +- [`0ae81ad`](https://www.github.com/tauri-apps/muda/commit/0ae81ad8b22dd2622e302254ce434d14880087a3) ([#308](https://www.github.com/tauri-apps/muda/pull/308) by [@s00d](https://www.github.com/tauri-apps/muda/../../s00d)) On Windows, fix icon of `Submenu` not visible when added to a root `Menu` + ## \[0.17.0] - [`8e986af`](https://www.github.com/tauri-apps/muda/commit/8e986af3cea96a729413abc75c3702dec3990bd2) ([#289](https://www.github.com/tauri-apps/muda/pull/289) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) Add helper methods on `ContextMenu` trait to convert it back to a concrete type: diff --git a/Cargo.lock b/Cargo.lock index 0644533c..92dedb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "muda" -version = "0.17.0" +version = "0.17.1" dependencies = [ "crossbeam-channel", "dpi", diff --git a/Cargo.toml b/Cargo.toml index db76ef45..2c0dfd66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.17.0" +version = "0.17.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = ["windowing", "menu"]