Skip to content

Commit 7989beb

Browse files
committed
all: prepare v0.1.4 release
1 parent 4614ca1 commit 7989beb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kbvm-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kbvm-cli"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
repository = "https://github.com/mahkoh/kbvm"
66
license = "GPL-3.0-only"
@@ -14,7 +14,7 @@ name = "kbvm"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
kbvm = { version = "0.1.3", path = "../kbvm", features = ["compose"] }
17+
kbvm = { version = "0.1.4", path = "../kbvm", features = ["compose"] }
1818
clap = { version = "4.5.26", features = ["derive"] }
1919
clap_complete = "4.5.42"
2020
env_logger = "0.11.6"

kbvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kbvm"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
repository = "https://github.com/mahkoh/kbvm"
66
license = "MIT OR Apache-2.0"

kbvm/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.1.4 (2025-04-21)
4+
35
- Fixed the following scenario:
46

57
```xkb

0 commit comments

Comments
 (0)