1
0
Fork 0
mirror of https://github.com/italicsjenga/muda.git synced 2025-01-12 12:51:31 +11:00

Apply Version Updates From Current Changes ()

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-01-03 04:09:41 +02:00 committed by GitHub
parent f871c68e81
commit ccffd38c5e
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"
---
Add `MenuEvent::set_event_handler` to set a handler for new menu events.

View file

@ -1,5 +0,0 @@
---
"muda": "minor"
---
**Breaking change** Remove `menu_event_receiver` function, use `MenuEvent::receiver` instead.

View file

@ -1,5 +1,12 @@
# Changelog
## \[0.3.0]
- Add `MenuEvent::set_event_handler` to set a handler for new menu events.
- [f871c68](https://www.github.com/tauri-apps/muda/commit/f871c68e81aa10f9541c386615a05a2e455e5a82) refactor: allow changing the menu event sender ([#35](https://www.github.com/tauri-apps/muda/pull/35)) on 2023-01-03
- **Breaking change** Remove `menu_event_receiver` function, use `MenuEvent::receiver` instead.
- [f871c68](https://www.github.com/tauri-apps/muda/commit/f871c68e81aa10f9541c386615a05a2e455e5a82) refactor: allow changing the menu event sender ([#35](https://www.github.com/tauri-apps/muda/pull/35)) on 2023-01-03
## \[0.2.0]
- Add `IconMenuItem`

View file

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