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