Skip to content

Commit 233bb8f

Browse files
committed
Release irox-tools v0.9.1
1 parent aa85502 commit 233bb8f

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tools/CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
11

22

33

4+
## v0.9.1 (2024-10-29)
5+
6+
### New Features
7+
8+
- <csr-id-f4f2cb5289f2cb311f583a2af1af10699c20ef6b/> add hexarray function and nibble_to_hex_char
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 5 days passed between releases.
16+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Add hexarray function and nibble_to_hex_char ([`f4f2cb5`](https://github.com/spmadden/irox/commit/f4f2cb5289f2cb311f583a2af1af10699c20ef6b))
27+
</details>
28+
429
## v0.9.0 (2024-10-24)
530

31+
<csr-id-03011089653d97ae0c6ec0624aec627285d3c19a/>
32+
633
### New Features
734

835
- <csr-id-c3fceccc71f1617c4376c684029e89f2da4c4630/> add 'limit' capability to RoundU8Buffer to artificially limit the output
@@ -43,7 +70,7 @@
4370

4471
<csr-read-only-do-not-edit/>
4572

46-
- 24 commits contributed to the release.
73+
- 25 commits contributed to the release.
4774
- 37 days passed between releases.
4875
- 24 commits were understood as [conventional](https://www.conventionalcommits.org).
4976
- 0 issues like '(#ID)' were seen in commit messages
@@ -55,6 +82,7 @@
5582
<details><summary>view details</summary>
5683

5784
* **Uncategorized**
85+
- Release irox-tools v0.9.0 ([`7e9a935`](https://github.com/spmadden/irox/commit/7e9a935d9d1060f712e6ec2c5cacff048cbb1036))
5886
- Fix issue where MultiStream would return garbage if the stream didn't end on a block boundary ([`93fb4fb`](https://github.com/spmadden/irox/commit/93fb4fb43b97cfb6bdc6d3258862a3a2fdb3b125))
5987
- Add 'limit' capability to RoundU8Buffer to artificially limit the output ([`c3fcecc`](https://github.com/spmadden/irox/commit/c3fceccc71f1617c4376c684029e89f2da4c4630))
6088
- Fix issue in RoundU8Buffer where the head pointer wouldn't increment if the buffer was full ([`6e48657`](https://github.com/spmadden/irox/commit/6e48657b59c217477e65bc2066ac87b08df7ef1c))

libraries/tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-tools"
33
description = "Stuff that should have been in the Rust STL, but aren't"
44
keywords = ["irox", "tools"]
55
categories = ["algorithms", "data-structures", "mathematics", "encoding", "network-programming"]
6-
version= "0.9.0"
6+
version= "0.9.1"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)