Skip to content

Commit 95088fc

Browse files
committed
Release hid-io-protocol v0.1.5, hid-io-core v0.1.3
1 parent cd67bfe commit 95088fc

File tree

5 files changed

+77
-7
lines changed

5 files changed

+77
-7
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.3 (2023-06-05)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-62af0b510a7399645469e72f10fbfeffdb5edc7a/> Update dependencies and small fixes
13+
- Fix hid-io-client example tool pixel direct range
14+
- flexi_logger 0.24 -> 0.25
15+
- uhid-virt 0.0.5 -> official 0.0.6
16+
- clippy fixes
17+
- <csr-id-559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2/> latest clippy warnings (format string identifiers)
18+
19+
### Commit Statistics
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
- 2 commits contributed to the release over the course of 169 calendar days.
24+
- 187 days passed between releases.
25+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
26+
- 0 issues like '(#ID)' were seen in commit messages
27+
28+
### Commit Details
29+
30+
<csr-read-only-do-not-edit/>
31+
32+
<details><summary>view details</summary>
33+
34+
* **Uncategorized**
35+
- Update dependencies and small fixes ([`62af0b5`](https://github.com/hid-io/hid-io-core/commit/62af0b510a7399645469e72f10fbfeffdb5edc7a))
36+
- Latest clippy warnings (format string identifiers) ([`5597572`](https://github.com/hid-io/hid-io-core/commit/559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2))
37+
</details>
38+
839
## 0.1.2 (2022-11-29)
940

1041
### Major Changes

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hid-io-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Jacob Alexander <[email protected]>"]
55
license = "GPL-3.0-or-later"
66
description = """
@@ -101,7 +101,7 @@ futures-util = { version = "0.3", optional = true }
101101
glob = { version = "0.3", optional = true }
102102
heapless = { version = "0.7" }
103103
hidapi = { version = "1.4.1", default-features = false, features = ["linux-static-hidraw"], optional = true }
104-
hid-io-protocol = { path = "hid-io-protocol", version = "^0.1.4" }
104+
hid-io-protocol = { path = "hid-io-protocol", version = "^0.1.5" }
105105
libc = { version = "0.2", optional = true }
106106
log = "0.4"
107107
nanoid = { version = "0.4", optional = true }

hid-io-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "hid_io_client"
2020
capnp = { version = "0.14" }
2121
capnp-rpc = { version = "0.14" }
2222
futures = { version = "0.3" }
23-
hid-io-core = { version = "^0.1.2", path = ".." }
23+
hid-io-core = { version = "^0.1.3", path = ".." }
2424
log = { version = "0.4" }
2525
rand = "0.8"
2626
rustls = { version = "0.20", features = ["dangerous_configuration"] }

hid-io-protocol/CHANGELOG.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.5 (2023-06-05)
9+
10+
### New Features
11+
12+
- <csr-id-cd67bfe34a323b3a69f244998969a9b713c67358/> Add ModeSet HallEffectSensorTest manufacturing commands
13+
- <csr-id-0b92a8036a4c74def1e25f5151cf6056b2ac9fe4/> Add more HallEffectSensorTest commands (h0050)
14+
15+
### Bug Fixes
16+
17+
- <csr-id-62af0b510a7399645469e72f10fbfeffdb5edc7a/> Update dependencies and small fixes
18+
- Fix hid-io-client example tool pixel direct range
19+
- flexi_logger 0.24 -> 0.25
20+
- uhid-virt 0.0.5 -> official 0.0.6
21+
- clippy fixes
22+
- <csr-id-559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2/> latest clippy warnings (format string identifiers)
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 4 commits contributed to the release over the course of 169 calendar days.
29+
- 187 days passed between releases.
30+
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
31+
- 0 issues like '(#ID)' were seen in commit messages
32+
33+
### Commit Details
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
<details><summary>view details</summary>
38+
39+
* **Uncategorized**
40+
- Add ModeSet HallEffectSensorTest manufacturing commands ([`cd67bfe`](https://github.com/hid-io/hid-io-core/commit/cd67bfe34a323b3a69f244998969a9b713c67358))
41+
- Update dependencies and small fixes ([`62af0b5`](https://github.com/hid-io/hid-io-core/commit/62af0b510a7399645469e72f10fbfeffdb5edc7a))
42+
- Latest clippy warnings (format string identifiers) ([`5597572`](https://github.com/hid-io/hid-io-core/commit/559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2))
43+
- Add more HallEffectSensorTest commands (h0050) ([`0b92a80`](https://github.com/hid-io/hid-io-core/commit/0b92a8036a4c74def1e25f5151cf6056b2ac9fe4))
44+
</details>
45+
846
## 0.1.4 (2022-11-29)
947

1048
### Major Changes
@@ -15,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1553

1654
<csr-read-only-do-not-edit/>
1755

18-
- 3 commits contributed to the release over the course of 7 calendar days.
56+
- 4 commits contributed to the release over the course of 7 calendar days.
1957
- 11 days passed between releases.
2058
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
2159
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2765
<details><summary>view details</summary>
2866

2967
* **Uncategorized**
68+
- Release hid-io-protocol v0.1.4, hid-io-core v0.1.2 ([`6906d29`](https://github.com/hid-io/hid-io-core/commit/6906d29ea854e02dbf58ef6531b4468362c0abb3))
3069
- Update CHANGELOGs ([`de7b156`](https://github.com/hid-io/hid-io-core/commit/de7b156c3b0b51410e0d40b4c843cb35513f9924))
3170
- Replace zwp-virtual-keyboard with wayland-protocols-misc ([`9c048a2`](https://github.com/hid-io/hid-io-core/commit/9c048a2e06de93e6fb0a455cb6343353a00795af))
3271
- Add more auditing GitHub Action checks ([`6d9d763`](https://github.com/hid-io/hid-io-core/commit/6d9d76331965cd2eba0ec613e8dbf75df78fb036))
@@ -102,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102141
- Fixing Sync packets ([`b83f996`](https://github.com/hid-io/hid-io-core/commit/b83f9960bd52eb0fbb4e31acaf66296fd2b6d72c))
103142
- Fixes to get GitHub Actions passing again ([`e0cb9ab`](https://github.com/hid-io/hid-io-core/commit/e0cb9ab95c1f26e02ff3f863a170d068cb6edb88))
104143
- Adding sync and no payload data serialization/deserialization tests ([`7b3c25c`](https://github.com/hid-io/hid-io-core/commit/7b3c25cafc1a713b36da0458f8a4c3c479e00a16))
105-
- hid-io-kiibohd additions ([`73fd32e`](https://github.com/hid-io/hid-io-core/commit/73fd32e0c9f90d130d6cf6d3412c54b188301f8a))
144+
- Hid-io-kiibohd additions ([`73fd32e`](https://github.com/hid-io/hid-io-core/commit/73fd32e0c9f90d130d6cf6d3412c54b188301f8a))
106145
- Adding more commands to hid-io-kiibohd ([`7860399`](https://github.com/hid-io/hid-io-core/commit/786039953c657af9658be32ff74941bc79f889fb))
107146
- Integrated h0031 and h0034 into hid-io-core ([`32956aa`](https://github.com/hid-io/hid-io-core/commit/32956aadcec61588a433a03e5173406a21f7cf38))
108147
- Adding more hid-io commands ([`d835b13`](https://github.com/hid-io/hid-io-core/commit/d835b13ed0bb3645c7a0c3db6691dc88c42abddb))
@@ -114,7 +153,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114153
- Adding h0003 skeleton ([`1962b55`](https://github.com/hid-io/hid-io-core/commit/1962b557effa17ec95786b989b8b8a6e8eef00bf))
115154
- Splitting commands.rs to mod.rs and test.rs ([`d2bdbb7`](https://github.com/hid-io/hid-io-core/commit/d2bdbb71c7bbd6f96a0dae02dc98f402cf57fcda))
116155
- Adding h0002 (test packet) ([`450174b`](https://github.com/hid-io/hid-io-core/commit/450174bd4a2b1bd6bf75e24562646654caf8d0ce))
117-
- h0001 - Get Info added ([`758d03e`](https://github.com/hid-io/hid-io-core/commit/758d03e208ecdccb33dd1909000d9e6751ad1ba3))
156+
- H0001 - Get Info added ([`758d03e`](https://github.com/hid-io/hid-io-core/commit/758d03e208ecdccb33dd1909000d9e6751ad1ba3))
118157
- First test case working ([`833ea59`](https://github.com/hid-io/hid-io-core/commit/833ea5911cc41f541df075bec1221cd84066db60))
119158
- Splitting out hid-io-protocol into it's own crate ([`46503de`](https://github.com/hid-io/hid-io-core/commit/46503de936dded5cfe6816637d286a1f47ad864a))
120159
</details>

hid-io-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hid-io-protocol"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Jacob Alexander <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = """

0 commit comments

Comments
 (0)