diff --git a/.changes/double-click-remove-button-state.md b/.changes/double-click-remove-button-state.md deleted file mode 100644 index 9996971..0000000 --- a/.changes/double-click-remove-button-state.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": "minor" ---- - -Removed `button_state` field in `TrayIconEvent::DoubleClick` variant. diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8b358..2e1cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.16.0] + +- [`20819e4`](https://www.github.com/tauri-apps/tray-icon/commit/20819e445e23f1d3749d03534eba9641404a8db6) ([#187](https://www.github.com/tauri-apps/tray-icon/pull/187) by [@amrbashir](https://www.github.com/tauri-apps/tray-icon/../../amrbashir)) Removed `button_state` field in `TrayIconEvent::DoubleClick` variant. + ## \[0.15.2] - [`a1303c3`](https://www.github.com/tauri-apps/tray-icon/commit/a1303c39020befc977d818d7cce1a039d416ccd2) ([#185](https://www.github.com/tauri-apps/tray-icon/pull/185) by [@amrbashir](https://www.github.com/tauri-apps/tray-icon/../../amrbashir)) On Windows, Add and emit `DoubleClick` variant for `TrayIconEvent`. diff --git a/Cargo.toml b/Cargo.toml index 1433d0d..3dfd161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.15.2" +version = "0.16.0" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"