From 1c0f123efd31a939c9342d019bd1a59a8dff61dd Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 27 Mar 2024 14:14:04 -0700 Subject: [PATCH] Revert "Version 0.8.18" This reverts commit 2697d66d4feaf881c082d4c233fc4f3f4d68573b. --- CHANGELOG.md | 4 ---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) 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"