|
1 | 1 |
|
2 | 2 |
|
| 3 | +## v0.4.2 (2025-03-01) |
| 4 | + |
| 5 | +### Chore |
| 6 | + |
| 7 | + - <csr-id-1f48b70c64fb0cde031bf379fe3d6b5b276b6f51/> cleanup bitmask order-of-operations |
| 8 | + - <csr-id-de5e67fb00da4d87ac75adb7592f4848ba2399b2/> elude all the lifetimes! |
| 9 | + |
| 10 | +### New Features |
| 11 | + |
| 12 | + - <csr-id-f91538d1cb3ebae7eaee1273cbaaca08979b99e2/> add impl WriteToBEBits for Arc<String> |
| 13 | + - <csr-id-4f516d71e4db3ff1874da92d226939ad2e1478de/> fix lints for 1.84, update to 1.84 |
| 14 | + |
| 15 | +### Commit Statistics |
| 16 | + |
| 17 | +<csr-read-only-do-not-edit/> |
| 18 | + |
| 19 | + - 4 commits contributed to the release over the course of 13 calendar days. |
| 20 | + - 17 days passed between releases. |
| 21 | + - 4 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 | + - Add impl WriteToBEBits for Arc<String> ([`f91538d`](https://github.com/spmadden/irox/commit/f91538d1cb3ebae7eaee1273cbaaca08979b99e2)) |
| 32 | + - Fix lints for 1.84, update to 1.84 ([`4f516d7`](https://github.com/spmadden/irox/commit/4f516d71e4db3ff1874da92d226939ad2e1478de)) |
| 33 | + - Cleanup bitmask order-of-operations ([`1f48b70`](https://github.com/spmadden/irox/commit/1f48b70c64fb0cde031bf379fe3d6b5b276b6f51)) |
| 34 | + - Elude all the lifetimes! ([`de5e67f`](https://github.com/spmadden/irox/commit/de5e67fb00da4d87ac75adb7592f4848ba2399b2)) |
| 35 | +</details> |
| 36 | + |
3 | 37 | ## v0.4.1 (2025-02-12)
|
4 | 38 |
|
5 | 39 | ### New Features
|
|
11 | 45 |
|
12 | 46 | <csr-read-only-do-not-edit/>
|
13 | 47 |
|
14 |
| - - 1 commit contributed to the release. |
| 48 | + - 2 commits contributed to the release. |
15 | 49 | - 17 days passed between releases.
|
16 | 50 | - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
17 | 51 | - 0 issues like '(#ID)' were seen in commit messages
|
|
23 | 57 | <details><summary>view details</summary>
|
24 | 58 |
|
25 | 59 | * **Uncategorized**
|
| 60 | + - Release irox-bits v0.4.1 ([`ff0885f`](https://github.com/spmadden/irox/commit/ff0885f4c2955b71b920efe59df0ca0dd7e5424b)) |
26 | 61 | - Add LE bit encoding/decoding for strings ([`d428007`](https://github.com/spmadden/irox/commit/d428007e46592c8b1c15d2e83abd34f94a7a8540))
|
27 | 62 | </details>
|
28 | 63 |
|
|
0 commit comments