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"