diff --git a/CHANGELOG.md b/CHANGELOG.md index 82376f7..a00f175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.1 + +- Update Hyperland-rs from 0.2.4 to 0.3.0 [#247](https://github.com/k0kubun/xremap/issues/247) + ## v0.8.0 - Support scrollwheel / RELATIVE events diff --git a/Cargo.lock b/Cargo.lock index 5a81be0..9c8d4b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "xremap" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2aba38e..8d6e1dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"