From 4a41e5231ed6150c07945a29c9af566f7f8ca03c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:03:58 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#117) Co-authored-by: amrbashir --- .changes/from-cargo-metadata.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/from-cargo-metadata.md diff --git a/.changes/from-cargo-metadata.md b/.changes/from-cargo-metadata.md deleted file mode 100644 index b39d9e8..0000000 --- a/.changes/from-cargo-metadata.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Added `AboutMetadata::from_cargo_metadata` and `AboutMetadataBuilder::with_cargo_metadata` to build the application metadata from Cargo package metadata. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8b188..4efaec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.9.1] + +- [`c1fbde7`](https://www.github.com/tauri-apps/muda/commit/c1fbde72a83fdef579436f2fc7a55de77fa907c2)([#116](https://www.github.com/tauri-apps/muda/pull/116)) Added `AboutMetadata::from_cargo_metadata` and `AboutMetadataBuilder::with_cargo_metadata` to build the application metadata from Cargo package metadata. + ## \[0.9.0] - [`02e537e`](https://www.github.com/tauri-apps/muda/commit/02e537ea06e74dd08c3bdeaf350d8c71e8e04f19)([#112](https://www.github.com/tauri-apps/muda/pull/112)) Added `into_id` method to `MenuItem`, `CheckMenuItem`, `PredefinedMenuItem`, `Submenu`, `MenuItemKind` and `IsMenuItem` trait. It moves the menu item into its id. diff --git a/Cargo.toml b/Cargo.toml index bf0f897..d59026b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.9.0" +version = "0.9.1" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]