From 1e87714759c3c34724a86d45bb34f730ec9830c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 14:27:56 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#33) Co-authored-by: amrbashir --- .changes/icon-menu-item.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changes/icon-menu-item.md diff --git a/.changes/icon-menu-item.md b/.changes/icon-menu-item.md deleted file mode 100644 index 56cafa81..00000000 --- a/.changes/icon-menu-item.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "minor" ---- - -Add `IconMenuItem` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc34bb4..e21cb8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.0] + +- Add `IconMenuItem` + - [7fc1b02](https://www.github.com/tauri-apps/muda/commit/7fc1b02cac65f2524220cb79263643505e286863) feat: add `IconMenuItem`, closes [#30](https://www.github.com/tauri-apps/muda/pull/30) ([#32](https://www.github.com/tauri-apps/muda/pull/32)) on 2022-12-30 + ## \[0.1.1] - Derive `Copy` for `Accelerator` type. diff --git a/Cargo.toml b/Cargo.toml index 51fbdc38..c5cef728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "muda" -version = "0.1.1" +version = "0.2.0" description = "Menu Utilities for Desktop Applications" edition = "2021" -keywords = ["windowing", "menu"] +keywords = [ "windowing", "menu" ] license = "Apache-2.0 OR MIT" readme = "README.md" repository = "https://github.com/amrbashir/muda" documentation = "https://docs.rs/muda" -categories = ["gui"] +categories = [ "gui" ] [dependencies] crossbeam-channel = "0.5" @@ -25,13 +25,13 @@ features = [ "Win32_UI_Shell", "Win32_Globalization", "Win32_UI_Input_KeyboardAndMouse", - "Win32_System_SystemServices", + "Win32_System_SystemServices" ] [target."cfg(target_os = \"linux\")".dependencies] -gtk = { version = "0.15", features = ["v3_22"] } -gdk = { version = "0.15", features = ["v3_22"] } -gdk-pixbuf = { version = "0.15", features = ["v2_36_8"] } +gtk = { version = "0.15", features = [ "v3_22" ] } +gdk = { version = "0.15", features = [ "v3_22" ] } +gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] } libxdo = "0.6.0" [target."cfg(target_os = \"macos\")".dependencies]