From 095fcb055a910a54b6d0e9ed4a2c410dbb06fda1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:35:22 +0300 Subject: [PATCH] Apply Version Updates From Current Changes (#94) Co-authored-by: amrbashir --- .changes/panic-key.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/panic-key.md diff --git a/.changes/panic-key.md b/.changes/panic-key.md deleted file mode 100644 index c5b389b..0000000 --- a/.changes/panic-key.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": patch ---- - -Fix a panic when parsing `HotKey` from a string and return an error instead, if the hotkey string consists of only modifiers and doesn't contain a key. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a90a56b..00fda12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.5] + +- [`c750004`](https://www.github.com/tauri-apps/global-hotkey/commit/c7500047fb62154cf861878efb334c61bd98988a) ([#92](https://www.github.com/tauri-apps/global-hotkey/pull/92) by [@IAmJSD](https://www.github.com/tauri-apps/global-hotkey/../../IAmJSD)) Fix a panic when parsing `HotKey` from a string and return an error instead, if the hotkey string consists of only modifiers and doesn't contain a key. + ## \[0.5.4] - [`e9d263c`](https://www.github.com/tauri-apps/global-hotkey/commit/e9d263c2d9b9535af8d64c7b8950308d16b57b94) Fix parsing of `MEDIATRACKPREV` and `MEDIATRACKPREVIOUS` keys. diff --git a/Cargo.toml b/Cargo.toml index 504f7b7..ecc40ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.5.4" +version = "0.5.5" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]