From 93a93a699e43285de74dd2cb4382a6cc9483cba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:01:46 +0300 Subject: [PATCH] apply version updates (#103) Co-authored-by: amrbashir --- .changes/native_icon.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/native_icon.md diff --git a/.changes/native_icon.md b/.changes/native_icon.md deleted file mode 100644 index c000e744..00000000 --- a/.changes/native_icon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c0166c..96566fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.8.5] + +- [`e046132`](https://www.github.com/tauri-apps/muda/commit/e046132dfba47ab75905ff28c354f83b5b27703d) Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`. + ## \[0.8.4] - [`47d1808`](https://www.github.com/tauri-apps/muda/commit/47d1808090dc8b064417d5aae192b924fdafaf58) Derive `serde` for more types. diff --git a/Cargo.toml b/Cargo.toml index 9e0906ba..1e134dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.4" +version = "0.8.5" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]