Apply Version Updates From Current Changes (#96)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-09 02:50:51 +03:00 committed by GitHub
parent 829051a30a
commit d28f04de27
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"
---
Dereference `&String` and `&&str` in `PartialEq` for `MenuId` type

View file

@ -1,5 +1,9 @@
# Changelog
## \[0.8.2]
- [`829051a`](https://www.github.com/tauri-apps/muda/commit/829051a30a1fef1e83b9bc0d4c10ff9874589f65) Dereference `&String` and `&&str` in `PartialEq` for `MenuId` type
## \[0.8.1]
- [`32be0c5`](https://www.github.com/tauri-apps/muda/commit/32be0c58841252db4f07c273c894a01f1fa414ff)([#94](https://www.github.com/tauri-apps/muda/pull/94)) On Windows, reduce some unneccassry string cloning.

View file

@ -1,6 +1,6 @@
[package]
name = "muda"
version = "0.8.1"
version = "0.8.2"
description = "Menu Utilities for Desktop Applications"
edition = "2021"
keywords = [ "windowing", "menu" ]