diff --git a/CHANGELOG.md b/CHANGELOG.md index 6587d71..5c18a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.4.2 + +* `--features gnome`: Support a new protocol to talk to the GNOME Shell extension + * Both old and new GNOME Shell extensions work with this version + ## v0.4.1 * `--features gnome`: Show `supported: false` in the command output diff --git a/Cargo.lock b/Cargo.lock index e9b268f..160ae56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index af7a65f..83c474e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"