Skip to content

Commit 1e1e7fc

Browse files
Apply Version Updates From Current Changes (#238)
Co-authored-by: amrbashir <[email protected]>
1 parent 3b58a2e commit 1e1e7fc

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/about-macos-event.md

Lines changed: 0 additions & 5 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.2]
4+
5+
- [`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.
6+
37
## \[0.15.1]
48

59
- [`8bf315e`](https://www.github.com/tauri-apps/muda/commit/8bf315ea31f791e44d3c67f5fdb0ac4c47e16aaf) ([#229](https://www.github.com/tauri-apps/muda/pull/229) by [@amrbashir](https://www.github.com/tauri-apps/muda/../../amrbashir)) On Linux, fix `IconMenuItem` overlapping neighbouring items when added to a `Menu`.

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.1"
3+
version = "0.15.2"
44
description = "Menu Utilities for Desktop Applications"
55
edition = "2021"
66
keywords = ["windowing", "menu"]

0 commit comments

Comments
 (0)