diff --git a/CHANGELOG.md b/CHANGELOG.md index f59c467..e450fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.8.13 + +- Add `shared` field for anchors and aliases [#402](https://github.com/k0kubun/xremap/issues/402) + ## v0.8.12 - Add `device` filter to `modmap` and `keymap` entries [#380](https://github.com/k0kubun/xremap/issues/380) diff --git a/Cargo.lock b/Cargo.lock index 44b1b12..37c114c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1847,7 +1847,7 @@ checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" [[package]] name = "xremap" -version = "0.8.12" +version = "0.8.13" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 86ee999..d991f42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xremap" -version = "0.8.12" +version = "0.8.13" edition = "2021" description = "Dynamic key remapp for X and Wayland" license = "MIT"