From f3a6405bb68b1b8a93392b448cbeb69d3b99452c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:06:15 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#154) Co-authored-by: amrbashir --- .changes/linux-reorder-child.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/linux-reorder-child.md diff --git a/.changes/linux-reorder-child.md b/.changes/linux-reorder-child.md deleted file mode 100644 index 625f50c6..00000000 --- a/.changes/linux-reorder-child.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Linux, fix a regression where menubar is not added as the first child when using a `gtk::Box` as the container. diff --git a/CHANGELOG.md b/CHANGELOG.md index fd03ff4d..b934b260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.11.5] + +- [`f64a62f`](https://www.github.com/tauri-apps/muda/commit/f64a62fc89d39e9fe6f3951250addf620ba8ba29)([#153](https://www.github.com/tauri-apps/muda/pull/153)) On Linux, fix a regression where menubar is not added as the first child when using a `gtk::Box` as the container. + ## \[0.11.4] - [`a7e61fb`](https://www.github.com/tauri-apps/muda/commit/a7e61fb939866897d0ed3d32b78a3a7cba8689ca)([#149](https://www.github.com/tauri-apps/muda/pull/149)) On macOS, fix a crash when appending separators. diff --git a/Cargo.toml b/Cargo.toml index b1d35fed..7efca068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.11.4" +version = "0.11.5" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]