Version 0.10.1

This commit is contained in:
Takashi Kokubun 2024-09-15 20:36:19 -07:00
parent 8c7af8f3ea
commit a9b52ccda1
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## v0.10.1
- X11: Handle WM\_CLASS reply without terminating null-byte [#525](https://github.com/xremap/xremap/pull/525)
## v0.10.0
- Drop `sway` and `hypr` clients [#479](https://github.com/xremap/xremap/pull/479)

2
Cargo.lock generated
View File

@ -1574,7 +1574,7 @@ checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
[[package]]
name = "xremap"
version = "0.10.0"
version = "0.10.1"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "xremap"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
description = "Dynamic key remapp for X and Wayland"
license = "MIT"