mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
Apply Version Updates From Current Changes (#96)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
829051a30a
commit
d28f04de27
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"muda": "patch"
|
||||
---
|
||||
|
||||
Dereference `&String` and `&&str` in `PartialEq` for `MenuId` type
|
|
@ -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.
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue