diff --git a/.changes/derefence.md b/.changes/derefence.md deleted file mode 100644 index 19fbda3..0000000 --- a/.changes/derefence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Dereference `&String` and `&&str` in `PartialEq` for `MenuId` type diff --git a/CHANGELOG.md b/CHANGELOG.md index cda0bcf..bc3e382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index ed23259..8b204d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ]