From 26580cf0c6b3d4af2607140420d4b8ba7b5255ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 03:14:39 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#136) Co-authored-by: amrbashir --- .changes/gtk018.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/gtk018.md diff --git a/.changes/gtk018.md b/.changes/gtk018.md deleted file mode 100644 index 4a7bea86..00000000 --- a/.changes/gtk018.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": minor ---- - -Upgrade `gtk` to 0.18 and bump MSRV to 1.70.0. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeff043..9de05e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.10.0] + +- [`8d95612`](https://www.github.com/tauri-apps/muda/commit/8d95612c27374637895ac5d28f553143501adeff)([#133](https://www.github.com/tauri-apps/muda/pull/133)) Upgrade `gtk` to 0.18 and bump MSRV to 1.70.0. + ## \[0.9.4] - [`3672a0c`](https://www.github.com/tauri-apps/muda/commit/3672a0c663bb711528d18d1f4abee949f1ca26f2)([#130](https://www.github.com/tauri-apps/muda/pull/130)) Add `PredefinedMenuItem::bring_all_to_front` for 'Bring All to Front' menu item on macOS. diff --git a/Cargo.toml b/Cargo.toml index 1b6877c8..98e6ff0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.9.4" +version = "0.10.0" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]