Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Nov 17, 2024
1 parent 261751f commit e8986c9
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 117 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "VIA api implementation for QMK-based keyboards"
authors = ["Stephan Rumswinkel"]
repository = "https://github.com/srwi/qmk-via-api"
readme = "README.md"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
> [!WARNING]
> `qmk-via-api` is in early development and partly untested. Use at your own risk!
# qmk-via-api

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

# License & Attribution

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.
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.
Loading

0 comments on commit e8986c9

Please sign in to comment.