From 121c97519f77afb7b30183399669e5e9e620afa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 02:30:10 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#95) Co-authored-by: amrbashir --- .changes/clone.md | 5 ----- .changes/menu-id-new.md | 5 ----- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 .changes/clone.md delete mode 100644 .changes/menu-id-new.md diff --git a/.changes/clone.md b/.changes/clone.md deleted file mode 100644 index 9ed58ca..0000000 --- a/.changes/clone.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On Windows, reduce some unneccassry string cloning. \ No newline at end of file diff --git a/.changes/menu-id-new.md b/.changes/menu-id-new.md deleted file mode 100644 index 0219d12..0000000 --- a/.changes/menu-id-new.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Add `MenuId::new` convenience method. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 337f647..cda0bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 844cf7c..ed23259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ]