Apply Version Updates From Current Changes (#49)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-14 14:51:39 +02:00 committed by GitHub
parent 923af09abf
commit 74801f238a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Fix panic when updating a `CheckMenuItem` right after it was clicked.

View file

@ -1,5 +1,10 @@
# Changelog # 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] ## \[0.4.1]
- Update docs - Update docs

View file

@ -1,6 +1,6 @@
[package] [package]
name = "muda" name = "muda"
version = "0.4.1" version = "0.4.2"
description = "Menu Utilities for Desktop Applications" description = "Menu Utilities for Desktop Applications"
edition = "2021" edition = "2021"
keywords = [ "windowing", "menu" ] keywords = [ "windowing", "menu" ]