Skip to content

Commit 09df243

Browse files
apply version updates (#121)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent a25c485 commit 09df243

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/objc06.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.4]
4+
5+
- [`a25c485`](https://www.github.com/tauri-apps/global-hotkey/commit/a25c485b6fce488799510c7f70563db3ebcdb72f) ([#120](https://www.github.com/tauri-apps/global-hotkey/pull/120) by [@FabianLars](https://www.github.com/tauri-apps/global-hotkey/../../FabianLars)) Update `objc2` to `0.6`. This raises the MSRV to 1.71 which is now also set in `rust-version`.
6+
37
## \[0.6.3]
48

59
- [`ddf5515`](https://www.github.com/tauri-apps/global-hotkey/commit/ddf5515712f85e887e715bda7da40becc9159ac9) ([#112](https://www.github.com/tauri-apps/global-hotkey/pull/112) by [@amrbashir](https://www.github.com/tauri-apps/global-hotkey/../../amrbashir)) Support using `Pause` or `PauseBreak` key on Windows and Linux.

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.3"
3+
version = "0.6.4"
44
description = "Global hotkeys for Desktop Applications"
55
edition = "2021"
66
keywords = ["windowing", "global", "global-hotkey", "hotkey"]

0 commit comments

Comments
 (0)