|
1 | 1 |
|
2 | 2 |
|
| 3 | +## v0.4.7 (2025-01-26) |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | + - <csr-id-2ef5e6ac703d6f2c38c82e3ad1f313987432ee3c/> new Time64::from_unix_raw function |
| 8 | + - <csr-id-377ac47a9a9c557900296a1d5cbb375a3b5e8559/> new Time64::from_unix_u64 fn |
| 9 | + - <csr-id-ce75d8f6c30fce9b0e435d1c0b77b0e8fa02d7ae/> More impls for Timestamp and Duration math |
| 10 | + - <csr-id-cccd7e8cb38f6ca319e961c2d853ecf523addc29/> can sub duration from borrowed timestamp |
| 11 | + - <csr-id-6703ff82febf8ff48797333eb790d6ccabc4785c/> impl Eq and Ord for Timestamp |
| 12 | + |
| 13 | +### Commit Statistics |
| 14 | + |
| 15 | +<csr-read-only-do-not-edit/> |
| 16 | + |
| 17 | + - 5 commits contributed to the release over the course of 40 calendar days. |
| 18 | + - 41 days passed between releases. |
| 19 | + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). |
| 20 | + - 0 issues like '(#ID)' were seen in commit messages |
| 21 | + |
| 22 | +### Commit Details |
| 23 | + |
| 24 | +<csr-read-only-do-not-edit/> |
| 25 | + |
| 26 | +<details><summary>view details</summary> |
| 27 | + |
| 28 | + * **Uncategorized** |
| 29 | + - New Time64::from_unix_raw function ([`2ef5e6a`](https://github.com/spmadden/irox/commit/2ef5e6ac703d6f2c38c82e3ad1f313987432ee3c)) |
| 30 | + - New Time64::from_unix_u64 fn ([`377ac47`](https://github.com/spmadden/irox/commit/377ac47a9a9c557900296a1d5cbb375a3b5e8559)) |
| 31 | + - More impls for Timestamp and Duration math ([`ce75d8f`](https://github.com/spmadden/irox/commit/ce75d8f6c30fce9b0e435d1c0b77b0e8fa02d7ae)) |
| 32 | + - Can sub duration from borrowed timestamp ([`cccd7e8`](https://github.com/spmadden/irox/commit/cccd7e8cb38f6ca319e961c2d853ecf523addc29)) |
| 33 | + - Impl Eq and Ord for Timestamp ([`6703ff8`](https://github.com/spmadden/irox/commit/6703ff82febf8ff48797333eb790d6ccabc4785c)) |
| 34 | +</details> |
| 35 | + |
3 | 36 | ## v0.4.6 (2024-12-15)
|
4 | 37 |
|
5 | 38 | ### New Features
|
|
14 | 47 |
|
15 | 48 | <csr-read-only-do-not-edit/>
|
16 | 49 |
|
17 |
| - - 2 commits contributed to the release. |
| 50 | + - 3 commits contributed to the release. |
18 | 51 | - 1 day passed between releases.
|
19 | 52 | - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
20 | 53 | - 0 issues like '(#ID)' were seen in commit messages
|
|
26 | 59 | <details><summary>view details</summary>
|
27 | 60 |
|
28 | 61 | * **Uncategorized**
|
| 62 | + - Release irox-time v0.4.6 ([`c161df0`](https://github.com/spmadden/irox/commit/c161df0ee95ac1f2b2ae3b337fd116a034c0b856)) |
29 | 63 | - Fixup no_std compliance in time ([`f984af9`](https://github.com/spmadden/irox/commit/f984af97328b18ad30c7ec7da77332906e2eb107))
|
30 | 64 | - Eliminate default feature 'std' for irox-time ([`4fbdda8`](https://github.com/spmadden/irox/commit/4fbdda81df4bab66572325250fbe12367a67f5ec))
|
31 | 65 | </details>
|
|
40 | 74 |
|
41 | 75 | <csr-read-only-do-not-edit/>
|
42 | 76 |
|
43 |
| - - 2 commits contributed to the release. |
44 |
| - - 44 days passed between releases. |
| 77 | + - 2 commits contributed to the release over the course of 20 calendar days. |
45 | 78 | - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
46 | 79 | - 0 issues like '(#ID)' were seen in commit messages
|
47 | 80 |
|
|
67 | 100 |
|
68 | 101 | <csr-read-only-do-not-edit/>
|
69 | 102 |
|
70 |
| - - 3 commits contributed to the release. |
| 103 | + - 3 commits contributed to the release over the course of 4 calendar days. |
71 | 104 | - 5 days passed between releases.
|
72 | 105 | - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
73 | 106 | - 0 issues like '(#ID)' were seen in commit messages
|
|
97 | 130 |
|
98 | 131 | <csr-read-only-do-not-edit/>
|
99 | 132 |
|
100 |
| - - 5 commits contributed to the release. |
101 |
| - - 235 days passed between releases. |
| 133 | + - 5 commits contributed to the release over the course of 25 calendar days. |
102 | 134 | - 4 commits were understood as [conventional](https://www.conventionalcommits.org).
|
103 | 135 | - 0 issues like '(#ID)' were seen in commit messages
|
104 | 136 |
|
|
214 | 246 |
|
215 | 247 | <csr-read-only-do-not-edit/>
|
216 | 248 |
|
217 |
| - - 9 commits contributed to the release. |
| 249 | + - 9 commits contributed to the release over the course of 8 calendar days. |
218 | 250 | - 37 days passed between releases.
|
219 | 251 | - 7 commits were understood as [conventional](https://www.conventionalcommits.org).
|
220 | 252 | - 0 issues like '(#ID)' were seen in commit messages
|
|
279 | 311 |
|
280 | 312 | <csr-read-only-do-not-edit/>
|
281 | 313 |
|
282 |
| - - 3 commits contributed to the release. |
| 314 | + - 3 commits contributed to the release over the course of 14 calendar days. |
283 | 315 | - 20 days passed between releases.
|
284 | 316 | - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
|
285 | 317 | - 0 issues like '(#ID)' were seen in commit messages
|
|
403 | 435 | <csr-read-only-do-not-edit/>
|
404 | 436 |
|
405 | 437 | - 5 commits contributed to the release.
|
406 |
| - - 6 days passed between releases. |
407 | 438 | - 4 commits were understood as [conventional](https://www.conventionalcommits.org).
|
408 | 439 | - 0 issues like '(#ID)' were seen in commit messages
|
409 | 440 |
|
|
447 | 478 |
|
448 | 479 | <csr-read-only-do-not-edit/>
|
449 | 480 |
|
450 |
| - - 14 commits contributed to the release. |
| 481 | + - 14 commits contributed to the release over the course of 9 calendar days. |
451 | 482 | - 14 days passed between releases.
|
452 | 483 | - 12 commits were understood as [conventional](https://www.conventionalcommits.org).
|
453 | 484 | - 0 issues like '(#ID)' were seen in commit messages
|
|
0 commit comments