Skip to content

Commit aa85502

Browse files
committed
Release irox-bits v0.2.1
1 parent 913fb31 commit aa85502

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
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/bits/CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11

22

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

530
### New Features
@@ -24,7 +49,7 @@
2449

2550
<csr-read-only-do-not-edit/>
2651

27-
- 9 commits contributed to the release.
52+
- 10 commits contributed to the release.
2853
- 84 days passed between releases.
2954
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
3055
- 0 issues like '(#ID)' were seen in commit messages
@@ -36,6 +61,7 @@
3661
<details><summary>view details</summary>
3762

3863
* **Uncategorized**
64+
- Release irox-bits v0.2.0 ([`3ed7b85`](https://github.com/spmadden/irox/commit/3ed7b850a87bfc670ce18f5c824008f09b0af7b4))
3965
- Breaking: refactor BitsWrapper to have an owned and borrowed variant. ([`d256059`](https://github.com/spmadden/irox/commit/d256059f37bcfc75dc8ba556e35343cb3cb18add))
4066
- Fix warning from alloc ([`223f172`](https://github.com/spmadden/irox/commit/223f172cdf729543c8f08c7ad34bce22e04ef1a9))
4167
- Impl Bits and MutBits for TcpStream ([`6e758ee`](https://github.com/spmadden/irox/commit/6e758eeead6cad3c16a8ce60e86ba4984f19514b))

libraries/bits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-bits"
33
description = "Bits & Bobs. No-std/No-alloc bit/byte manipulation of streams"
44
keywords = ["irox"]
55
categories = ["no-std::no-alloc", "encoding", "parsing", "embedded"]
6-
version= "0.2.0"
6+
version= "0.2.1"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

libraries/metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ bench = false
3939

4040
[[bench]]
4141
name = "metrics_bench"
42-
harness = false
42+
harness = false

0 commit comments

Comments
 (0)