From 9e4d5803a4afd7a1e0528904d450c42df0ad5d8c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 1 Feb 2022 20:04:26 -0800 Subject: [PATCH] Version 0.2.4 --- 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 aa493bd..caf3bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.2.4 + +* Use feature-related dependencies only when needed + [#68](https://github.com/k0kubun/xremap/pull/68) + ## v0.2.3 * Detect XWayland applications properly for Sway diff --git a/Cargo.lock b/Cargo.lock index e8096b4..d5a0d7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.2.3" +version = "0.2.4" dependencies = [ "env_logger", "evdev", diff --git a/Cargo.toml b/Cargo.toml index 78b4888..08552f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.2.3" +version = "0.2.4" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"