From 3688f27d256b8d02f6d938d16a96f1a829382421 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sun, 8 Sep 2024 01:31:03 +0000 Subject: [PATCH] apply version updates --- .changes/use-objc2.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/use-objc2.md diff --git a/.changes/use-objc2.md b/.changes/use-objc2.md deleted file mode 100644 index 5c5596a..0000000 --- a/.changes/use-objc2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": patch ---- - -Use `objc2` internally, leading to slightly better memory- and type-safety. diff --git a/CHANGELOG.md b/CHANGELOG.md index 798b4b6..4b847d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.toml b/Cargo.toml index ad4b1e2..1150efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]