From d1b17c4b9958feb5804f317b654ab3936f852c61 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 20 May 2024 12:00:54 -0700 Subject: [PATCH] Version 0.10.0 --- 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 0dfa63c..74cfbb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.10.0 + +- Drop `sway` and `hypr` clients [#479](https://github.com/xremap/xremap/pull/479) + - As recommended since v0.8.9, please use `wlroots` client instead. + ## v0.9.0 - Add `enable_wheel` option in the config [#478](https://github.com/xremap/xremap/pull/478) diff --git a/Cargo.lock b/Cargo.lock index e191e22..771485b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1573,7 +1573,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index bf7919b..eb6ac76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.9.0" +version = "0.10.0" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"