diff --git a/CHANGELOG.md b/CHANGELOG.md index 770c7f9..2e8f613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.7.11 + +- Reconnect to X11 when an existing connection stops working [#212](https://github.com/k0kubun/xremap/issues/212) + ## v0.7.10 - Introduce `keymap`-level `exact_match` option [#209](https://github.com/k0kubun/xremap/issues/209) diff --git a/Cargo.lock b/Cargo.lock index 91e60af..d1bf8ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.7.10" +version = "0.7.11" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ed62331..af06e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.7.10" +version = "0.7.11" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"