diff --git a/CHANGELOG.md b/CHANGELOG.md index b917b85..30a15c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## v0.8.18 - -- Fix issues in the release pipeline - ## v0.8.17 - Add `window` matcher for the `kde` client [#448](https://github.com/xremap/xremap/pull/448) diff --git a/Cargo.lock b/Cargo.lock index 46efa88..f2be1e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.8.18" +version = "0.8.17" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1cdc569..b7b9ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.18" +version = "0.8.17" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"