From f6dafbc03d706f996671b12c08b5685150eee76d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:05:26 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#113) Co-authored-by: amrbashir --- .changes/pause-key.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/pause-key.md diff --git a/.changes/pause-key.md b/.changes/pause-key.md deleted file mode 100644 index d60454b..0000000 --- a/.changes/pause-key.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": patch ---- - -Support using `Pause` or `PauseBreak` key on Windows and Linux. diff --git a/CHANGELOG.md b/CHANGELOG.md index e81b267..43c777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.6.3] + +- [`ddf5515`](https://www.github.com/tauri-apps/global-hotkey/commit/ddf5515712f85e887e715bda7da40becc9159ac9) ([#112](https://www.github.com/tauri-apps/global-hotkey/pull/112) by [@amrbashir](https://www.github.com/tauri-apps/global-hotkey/../../amrbashir)) Support using `Pause` or `PauseBreak` key on Windows and Linux. + ## \[0.6.2] - [`2c7397b`](https://www.github.com/tauri-apps/global-hotkey/commit/2c7397b27ccb2efd4589bb364e611a80635413c8) ([#106](https://www.github.com/tauri-apps/global-hotkey/pull/106) by [@FabianLars](https://www.github.com/tauri-apps/global-hotkey/../../FabianLars)) Fixed an issue causing compilation to fail for 32-bit targets. diff --git a/Cargo.toml b/Cargo.toml index d41a090..cac1f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.6.2" +version = "0.6.3" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = ["windowing", "global", "global-hotkey", "hotkey"]