Apply Version Updates From Current Changes (#95)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-15 16:41:17 +03:00
committed by GitHub
parent 229bf63bb0
commit 404e96cc2c
4 changed files with 6 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"global-hotkey": "minor"
---
Removed `Sync` and `Send` implementation for `GlobalHotKeyManager`

View File

@@ -1,5 +0,0 @@
---
"global-hotkey": "patch"
---
Update `windows-sys` crate to `0.59`

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.6.0]
- [`8b13a61`](https://www.github.com/tauri-apps/global-hotkey/commit/8b13a6159d776a6a282ad7ca5c4b896cc91e325a) Removed `Sync` and `Send` implementation for `GlobalHotKeyManager`
- [`8b13a61`](https://www.github.com/tauri-apps/global-hotkey/commit/8b13a6159d776a6a282ad7ca5c4b896cc91e325a) Update `windows-sys` crate to `0.59`
## \[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.

View File

@@ -1,6 +1,6 @@
[package]
name = "global-hotkey"
version = "0.5.5"
version = "0.6.0"
description = "Global hotkeys for Desktop Applications"
edition = "2021"
keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]