Skip to content

Commit

Permalink
chore: update rmk-macro version and changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Jun 8, 2024
1 parent 6d54395 commit 00f5b3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rmk-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5] - 2024-06-08

### Added

- Recognize `async_matrix` feature defined in `Cargo.toml` and automatically generate corresponding code.
Expand Down
2 changes: 2 additions & 0 deletions rmk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.21] - 2024-06-08

### Added

- Add `async_matrix` feature, which enables async detection of key press and reduces power consumption
Expand Down
2 changes: 1 addition & 1 deletion rmk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"

[dependencies]
rmk-config = { version = "0.1.3", path = "../rmk-config" }
rmk-macro = { version = "0.1.4", path = "../rmk-macro" }
rmk-macro = { version = "0.1.5", path = "../rmk-macro" }
embedded-hal = { version = "1.0.0", features = ["defmt-03"] }
embedded-hal-async = { version = "1.0.0", features = [
"defmt-03",
Expand Down

0 comments on commit 00f5b3a

Please sign in to comment.