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" ]