Skip to content

Commit 9f29f3e

Browse files
Apply Version Updates From Current Changes (#242)
Co-authored-by: amrbashir <[email protected]>
1 parent 11a1ef8 commit 9f29f3e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.changes/windows-menu-bar.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.15.3]
4+
5+
- [`11a1ef8`](https://www.github.com/tauri-apps/muda/commit/11a1ef84fa85cbe2f0bfb0c3a986d7a36d84288f) ([#241](https://www.github.com/tauri-apps/muda/pull/241) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) On Windows, fix changing state of menu items inside a `muda::Menu` not immedietly reflected on the window menu bar.
6+
37
## \[0.15.2]
48

59
- [`3b58a2e`](https://www.github.com/tauri-apps/muda/commit/3b58a2ef973a7fb46ce6b4cfd34942d990929510) ([#237](https://www.github.com/tauri-apps/muda/pull/237) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) Fix `PredefinedMenuItem::about` sending events where it shouldn't.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "muda"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
description = "Menu Utilities for Desktop Applications"
55
edition = "2021"
66
keywords = ["windowing", "menu"]

0 commit comments

Comments
 (0)