Skip to content

Commit 0e4321c

Browse files
committed
Release hid-io-client v0.1.2
1 parent 78b443f commit 0e4321c

File tree

1 file changed

+40
-7
lines changed

1 file changed

+40
-7
lines changed

hid-io-client/CHANGELOG.md

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,58 @@ 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.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+
835
## 0.1.1 (2023-09-07)
936

1037
### Bug Fixes
1138

39+
<csr-id-559757292afa1cb1e7a8d0ee28d75a3ae8a26ab2/>
40+
1241
- <csr-id-62af0b510a7399645469e72f10fbfeffdb5edc7a/> Update dependencies and small fixes
1342
- 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
1846

1947
### New Features
2048

49+
<csr-id-6d44300e247b0e74459c8e2ad54061b5346a01ce/>
50+
2151
- <csr-id-87cd06d6ea76bebb924629d86fb78fa5b9f67fe2/> Add hall effect manu test data tracking
2252
- 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)
2554

2655
### Commit Statistics
2756

2857
<csr-read-only-do-not-edit/>
2958

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.
3160
- 294 days passed between releases.
3261
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
3362
- 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
3968
<details><summary>view details</summary>
4069

4170
* **Uncategorized**
71+
- Release hid-io-client v0.1.1 ([`f1bdda2`](https://github.com/hid-io/hid-io-core/commit/f1bdda27b3daff27f681f680a014cc21501f057d))
4272
- Release hid-io-protocol v0.1.6, hid-io-core v0.1.4 ([`42068a7`](https://github.com/hid-io/hid-io-core/commit/42068a7989235bbc28888d1c705a425da26ec5fd))
4373
- Add hall effect manu test data tracking ([`87cd06d`](https://github.com/hid-io/hid-io-core/commit/87cd06d6ea76bebb924629d86fb78fa5b9f67fe2))
4474
- 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
4878
- Release hid-io-protocol v0.1.4, hid-io-core v0.1.2 ([`6906d29`](https://github.com/hid-io/hid-io-core/commit/6906d29ea854e02dbf58ef6531b4468362c0abb3))
4979
</details>
5080

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+
5184
## 0.1.0 (2022-11-17)
5285

5386
### Commit Statistics

0 commit comments

Comments
 (0)