From 53a6d0553d58b95777f066e4aeed05ec74c5eaed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 27 Mar 2024 14:20:40 -0700 Subject: [PATCH] Version 0.8.18 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a15c9..b917b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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 f2be1e0..46efa88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.8.17" +version = "0.8.18" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b7b9ab4..1cdc569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.17" +version = "0.8.18" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"