Skip to content

Commit da5e91a

Browse files
Apply Version Updates From Current Changes (#107)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 2c7397b commit da5e91a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/fix-linux-32bit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.6.2]
4+
5+
- [`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.
6+
37
## \[0.6.1]
48

59
- [`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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "global-hotkey"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Global hotkeys for Desktop Applications"
55
edition = "2021"
66
keywords = ["windowing", "global", "global-hotkey", "hotkey"]

0 commit comments

Comments
 (0)