Apply Version Updates From Current Changes (#100)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-08 04:33:32 +03:00
committed by GitHub
parent 7d15d09e51
commit 7efa8a055d
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"global-hotkey": patch
---
Use `objc2` internally, leading to slightly better memory- and type-safety.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.6.1]
- [`7d15d09`](https://www.github.com/tauri-apps/global-hotkey/commit/7d15d09e518130bf0a1b44e3512cb6f5ed361164) ([#99](https://www.github.com/tauri-apps/global-hotkey/pull/99) by [@madsmtm](https://www.github.com/tauri-apps/global-hotkey/../../madsmtm)) Use `objc2` internally, leading to slightly better memory- and type-safety.
## \[0.6.0]
- [`8b13a61`](https://www.github.com/tauri-apps/global-hotkey/commit/8b13a6159d776a6a282ad7ca5c4b896cc91e325a) Removed `Sync` and `Send` implementation for `GlobalHotKeyManager`

View File

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