Skip to content

Commit 0a34fce

Browse files
authored
apply version updates
1 parent d706220 commit 0a34fce

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.changes/msrv.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.8.0]
4+
5+
- [`d706220`](https://www.github.com/tauri-apps/global-hotkey/commit/d70622077a2acef52c2359b8b65218523be72c26) ([#165](https://www.github.com/tauri-apps/global-hotkey/pull/165) by [@SergioRibera](https://www.github.com/tauri-apps/global-hotkey/../../SergioRibera)) Increased MSRV to `1.77`.
6+
37
## \[0.7.0]
48

59
- [`77dbe4e`](https://www.github.com/tauri-apps/global-hotkey/commit/77dbe4ebe5911f9ee41f3264ecb11295d7e6abe7) ([#150](https://www.github.com/tauri-apps/global-hotkey/pull/150) by [@Exidex](https://www.github.com/tauri-apps/global-hotkey/../../Exidex)) Use `x11rb` crate instead of `x11-dl` for linux (x11) backend.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)