@@ -5,29 +5,58 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.1.2 (2023-09-07)
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-78b443f8a607e23b1630fe657afb13f0acf74a0e /> Adjust README.md after dependency fixes
13
+ - <csr-id-ceb5c43ed0c208c30f38ee01fd0997fb1a7e0d85 /> Expose hid-io-client hid-io-core,capnp dependencies
14
+ - Simpler dependency management for users of hid-io-client
15
+
16
+ ### Commit Statistics
17
+
18
+ <csr-read-only-do-not-edit />
19
+
20
+ - 2 commits contributed to the release.
21
+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
22
+ - 0 issues like '(#ID)' were seen in commit messages
23
+
24
+ ### Commit Details
25
+
26
+ <csr-read-only-do-not-edit />
27
+
28
+ <details ><summary >view details</summary >
29
+
30
+ * ** Uncategorized**
31
+ - Adjust README.md after dependency fixes ([ ` 78b443f ` ] ( https://github.com/hid-io/hid-io-core/commit/78b443f8a607e23b1630fe657afb13f0acf74a0e ) )
32
+ - Expose hid-io-client hid-io-core,capnp dependencies ([ ` ceb5c43 ` ] ( https://github.com/hid-io/hid-io-core/commit/ceb5c43ed0c208c30f38ee01fd0997fb1a7e0d85 ) )
33
+ </details >
34
+
8
35
## 0.1.1 (2023-09-07)
9
36
10
37
### Bug Fixes
11
38
39
+ <csr-id-559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2 />
40
+
12
41
- <csr-id-62af0b510a7399645469e72f10fbfeffdb5edc7a /> Update dependencies and small fixes
13
42
- 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)
43
+ - flexi_logger 0.24 -> 0.25
44
+ - uhid-virt 0.0.5 -> official 0.0.6
45
+ - clippy fixes
18
46
19
47
### New Features
20
48
49
+ <csr-id-6d44300e247b0e74459c8e2ad54061b5346a01ce />
50
+
21
51
- <csr-id-87cd06d6ea76bebb924629d86fb78fa5b9f67fe2 /> Add hall effect manu test data tracking
22
52
- Supports partial strobe data updates (only printing after getting
23
- enough data for a full scan)
24
- - <csr-id-6d44300e247b0e74459c8e2ad54061b5346a01ce /> Add levelcheck column and mode set commands to hid-io-core + capnp
53
+ enough data for a full scan)
25
54
26
55
### Commit Statistics
27
56
28
57
<csr-read-only-do-not-edit />
29
58
30
- - 7 commits contributed to the release over the course of 282 calendar days.
59
+ - 8 commits contributed to the release over the course of 282 calendar days.
31
60
- 294 days passed between releases.
32
61
- 4 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
33
62
- 0 issues like '(#ID)' were seen in commit messages
@@ -39,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
68
<details ><summary >view details</summary >
40
69
41
70
* ** Uncategorized**
71
+ - Release hid-io-client v0.1.1 ([ ` f1bdda2 ` ] ( https://github.com/hid-io/hid-io-core/commit/f1bdda27b3daff27f681f680a014cc21501f057d ) )
42
72
- Release hid-io-protocol v0.1.6, hid-io-core v0.1.4 ([ ` 42068a7 ` ] ( https://github.com/hid-io/hid-io-core/commit/42068a7989235bbc28888d1c705a425da26ec5fd ) )
43
73
- Add hall effect manu test data tracking ([ ` 87cd06d ` ] ( https://github.com/hid-io/hid-io-core/commit/87cd06d6ea76bebb924629d86fb78fa5b9f67fe2 ) )
44
74
- Add levelcheck column and mode set commands to hid-io-core + capnp ([ ` 6d44300 ` ] ( https://github.com/hid-io/hid-io-core/commit/6d44300e247b0e74459c8e2ad54061b5346a01ce ) )
@@ -48,6 +78,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
78
- Release hid-io-protocol v0.1.4, hid-io-core v0.1.2 ([ ` 6906d29 ` ] ( https://github.com/hid-io/hid-io-core/commit/6906d29ea854e02dbf58ef6531b4468362c0abb3 ) )
49
79
</details >
50
80
81
+ <csr-unknown >
82
+ latest clippy warnings (format string identifiers) Add levelcheck column and mode set commands to hid-io-core + capnp<csr-unknown />
83
+
51
84
## 0.1.0 (2022-11-17)
52
85
53
86
### Commit Statistics
0 commit comments