Apply Version Updates From Current Changes (#101)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-16 19:44:53 +03:00 committed by GitHub
parent 0050d4f273
commit a9f16c8519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Derive `serde` for more types.

View file

@ -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.

View file

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