Apply Version Updates From Current Changes (#95)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-09 02:30:10 +03:00 committed by GitHub
parent 32be0c5884
commit 121c97519f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
On Windows, reduce some unneccassry string cloning.

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
Add `MenuId::new` convenience method.

View file

@ -1,5 +1,10 @@
# Changelog
## \[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.
- [`32be0c5`](https://www.github.com/tauri-apps/muda/commit/32be0c58841252db4f07c273c894a01f1fa414ff)([#94](https://www.github.com/tauri-apps/muda/pull/94)) Add `MenuId::new` convenience method.
## \[0.8.0]
- [`662e17d`](https://www.github.com/tauri-apps/muda/commit/662e17d0ec75a746a330390ad3818e35bd2be234)([#92](https://www.github.com/tauri-apps/muda/pull/92)) Add `Drop` implementation for the inner types to release memory and OS resources.

View file

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