From 6e59ec71f671fb4a7dd274e583cc3511aa0f660e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 14:42:53 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#65) Co-authored-by: amrbashir --- .changes/set-accelerator.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/set-accelerator.md diff --git a/.changes/set-accelerator.md b/.changes/set-accelerator.md deleted file mode 100644 index 426e7d5..0000000 --- a/.changes/set-accelerator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "minor" ---- - -Add `(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator` to change or disable the accelerator after creation. diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e602d..d795288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.5.0] + +- Add `(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator` to change or disable the accelerator after creation. + - [47ba0b4](https://www.github.com/tauri-apps/muda/commit/47ba0b47ed28a93428c253e8bac397e0b9cb8dec) feat: add `set_accelerator` ([#64](https://www.github.com/tauri-apps/muda/pull/64)) on 2023-05-04 + ## \[0.4.5] - On Windows, fix panic when click a menu item while the `PredefinedMenuItem::about` dialog is open. diff --git a/Cargo.toml b/Cargo.toml index 03ed795..806f489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.4.5" +version = "0.5.0" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]