diff --git a/.changes/linux-shortcuts.md b/.changes/linux-shortcuts.md deleted file mode 100644 index b3caa0108..000000000 --- a/.changes/linux-shortcuts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Fix global shortcut support on Linux (both x11 and wayland). diff --git a/CHANGELOG.md b/CHANGELOG.md index 21814e70d..d86e1b563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.6.1] + +- Fix global shortcut support on Linux (both x11 and wayland). + - [9c2841f7](https://github.com/tauri-apps/tao/commit/9c2841f7f5382e92efaa8b7bb137d8d30f3e0338) Implement global shortcut on Linux, close [#307](https://github.com/tauri-apps/tao/pull/307) ([#308](https://github.com/tauri-apps/tao/pull/308)) on 2022-02-10 + ## \[0.6.0] - Update to gtk 0.15 diff --git a/Cargo.toml b/Cargo.toml index aa9c407f6..5a0e2f50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.6.0" +version = "0.6.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",