Version 0.4.3

Revert "Revert "Version 0.4.3""

This reverts commit 3399881426.
pull/98/merge v0.4.3
Takashi Kokubun 2 years ago
parent 938d65ceb4
commit 3fa92e2ce3
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -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

2
Cargo.lock generated

@ -1059,7 +1059,7 @@ dependencies = [
[[package]]
name = "xremap"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"anyhow",
"clap",

@ -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"

Loading…
Cancel
Save