From b51b93702de22e2d5cf116e51158e6eb31abb63c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:56:19 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#37) Co-authored-by: amrbashir --- .changes/down-up-states.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/down-up-states.md diff --git a/.changes/down-up-states.md b/.changes/down-up-states.md deleted file mode 100644 index 2d9b90e..0000000 --- a/.changes/down-up-states.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": "minor" ---- - -Support Pressed and Released stats of the hotkey, you can check the newly added `state` field or using the `state()` method on the `GlobalHotKeyEvent`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 20da63c..e5c76f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.0] + +- [`53961a1`](https://www.github.com/tauri-apps/global-hotkey/commit/53961a1ade623bb97ce96db71fbe1193ffc9d6a7)([#35](https://www.github.com/tauri-apps/global-hotkey/pull/35)) Support Pressed and Released stats of the hotkey, you can check the newly added `state` field or using the `state()` method on the `GlobalHotKeyEvent`. + ## \[0.3.0] - [`fa47029`](https://www.github.com/tauri-apps/global-hotkey/commit/fa47029435ed953b07f5809d9e521bcd2c24bf54) Update `keyboard-types` to `0.7` diff --git a/Cargo.toml b/Cargo.toml index 6640ac8..9bbcac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.3.0" +version = "0.4.0" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]