From 3fa92e2ce3952bdf6ef98c157fc7da83a74f9dcf Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 24 May 2022 21:22:24 -0700 Subject: [PATCH] Version 0.4.3 Revert "Revert "Version 0.4.3"" This reverts commit 3399881426fedd4b6959419c7de2879f76f13e96. --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c18a05..660cfc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.4.3 + +* Produce xremap binary releases on Ubuntu 18.04 + [#101](https://github.com/k0kubun/xremap/pull/101) + ## v0.4.2 * `--features gnome`: Support a new protocol to talk to the GNOME Shell extension diff --git a/Cargo.lock b/Cargo.lock index 160ae56..8bb4df7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 83c474e..5164738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.4.2" +version = "0.4.3" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"