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