From 1c5717b01b68c2fe085a803b81a53360e5d5de1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:16:51 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#54) Co-authored-by: amrbashir --- .changes/fix-class-name.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-class-name.md diff --git a/.changes/fix-class-name.md b/.changes/fix-class-name.md deleted file mode 100644 index 854ca82..0000000 --- a/.changes/fix-class-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": "patch" ---- - -Changed window class name used interally so it wouldn't conflict with `tray-icon` crate implementation. diff --git a/CHANGELOG.md b/CHANGELOG.md index e00e65d..0eb83ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.2] + +- [`b538534`](https://www.github.com/tauri-apps/global-hotkey/commit/b538534f9181ccd38e76d93368378fc6ed3a3a08) Changed window class name used interally so it wouldn't conflict with `tray-icon` crate implementation. + ## \[0.4.1] - [`1f9be3e`](https://www.github.com/tauri-apps/global-hotkey/commit/1f9be3e0631817a9c96a4d98289158286cb689e8)([#47](https://www.github.com/tauri-apps/global-hotkey/pull/47)) Add support for `Code::Backquote` on Linux. diff --git a/Cargo.toml b/Cargo.toml index 4a4d80b..74e963c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.4.1" +version = "0.4.2" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]