Skip to content

Commit e8986c9

Browse files
committed
Version 0.2.0
1 parent 261751f commit e8986c9

File tree

6 files changed

+449
-117
lines changed

6 files changed

+449
-117
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "VIA api implementation for QMK-based keyboards"
55
authors = ["Stephan Rumswinkel"]
66
repository = "https://github.com/srwi/qmk-via-api"
77
readme = "README.md"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition = "2021"
1010

1111
[lib]

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
> [!WARNING]
2-
> `qmk-via-api` is in early development and partly untested. Use at your own risk!
3-
41
# qmk-via-api
52

63
[![Version](https://img.shields.io/crates/v/qmk-via-api.svg)](https://crates.io/crates/qmk-via-api)
@@ -62,4 +59,4 @@ if __name__ == "__main__":
6259

6360
# License & Attribution
6461

65-
The Rust code in this project is based on code from [the VIA project](https://github.com/the-via/app), which is licensed under the GNU General Public License v3.0.
62+
Parts of this project are based on code from [the VIA project](https://github.com/the-via/app), which is licensed under the GNU General Public License v3.0.

0 commit comments

Comments
 (0)