diff --git a/.changes/x11rb.md b/.changes/x11rb.md deleted file mode 100644 index 9a41a8a..0000000 --- a/.changes/x11rb.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-hotkey": "minor" ---- - -Use `x11rb` crate instead of `x11-dl` for linux (x11) backend. diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d6e8f..eda2838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.7.0] + +- [`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. + ## \[0.6.4] - [`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`. diff --git a/Cargo.lock b/Cargo.lock index b6045c1..43f9384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "global-hotkey" -version = "0.6.4" +version = "0.7.0" dependencies = [ "async-std", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 34821c9..20c57ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "global-hotkey" -version = "0.6.4" +version = "0.7.0" description = "Global hotkeys for Desktop Applications" edition = "2021" keywords = ["windowing", "global", "global-hotkey", "hotkey"]