From 840d16ad091faa586e33d030613399933a6911c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:45:34 +0200 Subject: [PATCH] Apply Version Updates From Current Changes (#65) Co-authored-by: amrbashir --- .changes/no-op.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/no-op.md diff --git a/.changes/no-op.md b/.changes/no-op.md deleted file mode 100644 index ea3e1fe..0000000 --- a/.changes/no-op.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": "patch" ---- - -Add no-op implementations for unsupported targets. diff --git a/CHANGELOG.md b/CHANGELOG.md index f3151cc..9bffe45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.1] + +- [`89199d9`](https://www.github.com/tauri-apps/global-hotkey/commit/89199d930db3a71f1e19a29d6c1d6ff2e8cffb11)([#64](https://www.github.com/tauri-apps/global-hotkey/pull/64)) Add no-op implementations for unsupported targets. + ## \[0.5.0] - [`7d99bd7`](https://www.github.com/tauri-apps/global-hotkey/commit/7d99bd78a383e11ae6bb8fce0525afcc9e427c8f)([#61](https://www.github.com/tauri-apps/global-hotkey/pull/61)) Refactored the errors when parsing accelerator from string: diff --git a/Cargo.toml b/Cargo.toml index 1f090a8..1dd9dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.5.0" +version = "0.5.1" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]