Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kbvm-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kbvm-cli"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
repository = "https://github.com/mahkoh/kbvm"
license = "GPL-3.0-only"
Expand All @@ -14,7 +14,7 @@ name = "kbvm"
path = "src/main.rs"

[dependencies]
kbvm = { version = "0.1.4", path = "../kbvm", features = ["compose"] }
kbvm = { version = "0.1.5", path = "../kbvm", features = ["compose"] }
clap = { version = "4.5.26", features = ["derive"] }
clap_complete = "4.5.42"
env_logger = "0.11.6"
Expand Down
2 changes: 1 addition & 1 deletion kbvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kbvm"
version = "0.1.4"
version = "0.1.5"
edition = "2024"
repository = "https://github.com/mahkoh/kbvm"
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions kbvm/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Unreleased

# 0.1.5 (2025-10-09)

- Added new keysyms from xorgproto.
- Fixed the following scenario that was previously bugged in all XKB
implementations:

Expand Down