From a1d957f37a73638fda493af3554976cba7695c7e Mon Sep 17 00:00:00 2001 From: amrbashir Date: Wed, 11 Sep 2024 13:42:47 +0000 Subject: [PATCH] apply version updates --- .changes/fix-linux-32bit.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-linux-32bit.md diff --git a/.changes/fix-linux-32bit.md b/.changes/fix-linux-32bit.md deleted file mode 100644 index a2a3d8b..0000000 --- a/.changes/fix-linux-32bit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -global-hotkey: patch ---- - -Fixed an issue causing compilation to fail for 32-bit targets. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b847d9..e81b267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.6.2] + +- [`2c7397b`](https://www.github.com/tauri-apps/global-hotkey/commit/2c7397b27ccb2efd4589bb364e611a80635413c8) ([#106](https://www.github.com/tauri-apps/global-hotkey/pull/106) by [@FabianLars](https://www.github.com/tauri-apps/global-hotkey/../../FabianLars)) Fixed an issue causing compilation to fail for 32-bit targets. + ## \[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. diff --git a/Cargo.toml b/Cargo.toml index 1150efa..d41a090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.6.1" +version = "0.6.2" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = ["windowing", "global", "global-hotkey", "hotkey"]