diff --git a/.changes/checked-borrow-panic.md b/.changes/checked-borrow-panic.md deleted file mode 100644 index 270548d..0000000 --- a/.changes/checked-borrow-panic.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Fix panic when updating a `CheckMenuItem` right after it was clicked. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5427909..229bcc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.4.2] + +- Fix panic when updating a `CheckMenuItem` right after it was clicked. + - [923af09](https://www.github.com/tauri-apps/muda/commit/923af09abfe885995ae0a4ef30f8a304cc4c20d2) fix(linux): fix multiple borrow panic ([#48](https://www.github.com/tauri-apps/muda/pull/48)) on 2023-02-14 + ## \[0.4.1] - Update docs diff --git a/Cargo.toml b/Cargo.toml index 322d6ed..ed4277c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.4.1" +version = "0.4.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]