mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-12 21:01:31 +11:00
Apply Version Updates From Current Changes (#36)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
f871c68e81
commit
ccffd38c5e
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `MenuEvent::set_event_handler` to set a handler for new menu events.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "minor"
|
|
||||||
---
|
|
||||||
|
|
||||||
**Breaking change** Remove `menu_event_receiver` function, use `MenuEvent::receiver` instead.
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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]
|
## \[0.2.0]
|
||||||
|
|
||||||
- Add `IconMenuItem`
|
- Add `IconMenuItem`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "muda"
|
name = "muda"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Menu Utilities for Desktop Applications"
|
description = "Menu Utilities for Desktop Applications"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = [ "windowing", "menu" ]
|
keywords = [ "windowing", "menu" ]
|
||||||
|
|
Loading…
Reference in a new issue