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" ]