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