From 4500b0ddf3cf6d581dd4be1c5724a0329f954116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:26:34 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#192) Co-authored-by: amrbashir --- .changes/gtk-context-menu.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/gtk-context-menu.md diff --git a/.changes/gtk-context-menu.md b/.changes/gtk-context-menu.md deleted file mode 100644 index 5e8029c6..00000000 --- a/.changes/gtk-context-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": patch ---- - -On Linux, fix context menu closing immediately when right click is released. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d9bb4f..ef55e8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.13.2] + +- [`1dc9d3f`](https://www.github.com/tauri-apps/muda/commit/1dc9d3f193e698b4a688414cc094ff360cb072a4)([#190](https://www.github.com/tauri-apps/muda/pull/190)) On Linux, fix context menu closing immediately when right click is released. + ## \[0.13.1] - [`2edfbf1`](https://www.github.com/tauri-apps/muda/commit/2edfbf1a3a33199eb963532118d83a40f4d99af2)([#176](https://www.github.com/tauri-apps/muda/pull/176)) On macOS, fix a crash when removing a menu item. diff --git a/Cargo.toml b/Cargo.toml index b27fbb6d..8d03b1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.13.1" +version = "0.13.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]