Apply Version Updates From Current Changes (#52)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-28 18:22:59 +02:00 committed by GitHub
parent d2bd85bf7e
commit ded3dfaf95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Implement `PredefinedMenuItemm::maximize` and `PredefinedMenuItemm::hide` on Windows.

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Add docs for predefined menu items

View file

@ -1,5 +1,12 @@
# Changelog
## \[0.4.3]
- Implement `PredefinedMenuItemm::maximize` and `PredefinedMenuItemm::hide` on Windows.
- [d2bd85b](https://www.github.com/tauri-apps/muda/commit/d2bd85bf7ec4b0bc974d487adaacb6a99b82fa91) docs: add docs for `PredefinedMenuItem` ([#51](https://www.github.com/tauri-apps/muda/pull/51)) on 2023-02-28
- Add docs for predefined menu items
- [d2bd85b](https://www.github.com/tauri-apps/muda/commit/d2bd85bf7ec4b0bc974d487adaacb6a99b82fa91) docs: add docs for `PredefinedMenuItem` ([#51](https://www.github.com/tauri-apps/muda/pull/51)) on 2023-02-28
## \[0.4.2]
- Fix panic when updating a `CheckMenuItem` right after it was clicked.

View file

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