Skip to content

Commit dc7a755

Browse files
apply version updates (#153)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
1 parent 3b9a3f5 commit dc7a755

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.changes/x11rb.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.7.0]
4+
5+
- [`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.
6+
37
## \[0.6.4]
48

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

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

0 commit comments

Comments
 (0)