Skip to content

Commit 91c275e

Browse files
Apply Version Updates From Current Changes (#89)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent e9d263c commit 91c275e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/media-track-prev-typo.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.5.4]
4+
5+
- [`e9d263c`](https://www.github.com/tauri-apps/global-hotkey/commit/e9d263c2d9b9535af8d64c7b8950308d16b57b94) Fix parsing of `MEDIATRACKPREV` and `MEDIATRACKPREVIOUS` keys.
6+
37
## \[0.5.3]
48

59
- [`a468ede`](https://www.github.com/tauri-apps/global-hotkey/commit/a468ede66aa2102f146bebd71ad618eff550997a)([#75](https://www.github.com/tauri-apps/global-hotkey/pull/75)) Add `serde` feature flag and implement `Deserialize` and `Serialize` for `GlobalHotKeyEvent`, `HotKeyState` and `HotKey` types.

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

0 commit comments

Comments
 (0)