diff --git a/.changes/native_icon.md b/.changes/native_icon.md deleted file mode 100644 index c000e744..00000000 --- a/.changes/native_icon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c0166c..96566fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.8.5] + +- [`e046132`](https://www.github.com/tauri-apps/muda/commit/e046132dfba47ab75905ff28c354f83b5b27703d) Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`. + ## \[0.8.4] - [`47d1808`](https://www.github.com/tauri-apps/muda/commit/47d1808090dc8b064417d5aae192b924fdafaf58) Derive `serde` for more types. diff --git a/Cargo.toml b/Cargo.toml index 9e0906ba..1e134dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.8.4" +version = "0.8.5" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]