From a9f16c85192209a131f68c5d10598bebb5225b71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:44:53 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#101) Co-authored-by: amrbashir --- .changes/serde.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/serde.md diff --git a/.changes/serde.md b/.changes/serde.md deleted file mode 100644 index fb5611a7..00000000 --- a/.changes/serde.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Derive `serde` for more types. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a70b803..90c0166c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.8.4] + +- [`47d1808`](https://www.github.com/tauri-apps/muda/commit/47d1808090dc8b064417d5aae192b924fdafaf58) Derive `serde` for more types. + ## \[0.8.3] - [`33168fa`](https://www.github.com/tauri-apps/muda/commit/33168fa0a01e2773d9da4628afd4b147bc603f4d)([#98](https://www.github.com/tauri-apps/muda/pull/98)) On Windows, draw a dark menu bar if the Window supports and has dark-mode enabled. diff --git a/Cargo.toml b/Cargo.toml index d4c27db3..9e0906ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.3" +version = "0.8.4" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]