mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
Apply Version Updates From Current Changes (#100)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7d15d09e51
commit
7efa8a055d
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"global-hotkey": patch
|
||||
---
|
||||
|
||||
Use `objc2` internally, leading to slightly better memory- and type-safety.
|
||||
@@ -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`
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user