Skip to content

Commit af064b1

Browse files
committed
Release irox-units v0.4.4
1 parent a65d102 commit af064b1

File tree

3 files changed

+51
-11
lines changed

3 files changed

+51
-11
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/units/CHANGELOG.md

+49-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11

22

33

4+
## v0.4.4 (2025-01-26)
5+
6+
### Documentation
7+
8+
- <csr-id-af1182afe32faf36f9f00954b0cf92dee60f8c8b/> hopefully fix the stats/units docsrs builds
9+
10+
### New Features
11+
12+
- <csr-id-dd07c94554b9b667fb47a191944abfa686ae2069/> new assert_length_eq_eps! macro to compare lengths in tests
13+
- <csr-id-b5145eff50004ef8a959c8d346b00b4c57139de9/> Rework macro impls for units macro. ALL HAIL THE MACROS.
14+
- <csr-id-903aa93424a1c310f810efa0ea0b35b6a6c70dd7/> push ord & eq up to all units
15+
- <csr-id-252e8c8348fe55a485d18da4e4b234bb046fe949/> impl Eq and Ord for Duration
16+
17+
### Bug Fixes
18+
19+
- <csr-id-abc61257319eeadfcb45fdb251375ceace022b80/> fix issue with identifying a good prefix for negative numbers
20+
21+
### Commit Statistics
22+
23+
<csr-read-only-do-not-edit/>
24+
25+
- 7 commits contributed to the release over the course of 40 calendar days.
26+
- 41 days passed between releases.
27+
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
28+
- 0 issues like '(#ID)' were seen in commit messages
29+
30+
### Commit Details
31+
32+
<csr-read-only-do-not-edit/>
33+
34+
<details><summary>view details</summary>
35+
36+
* **Uncategorized**
37+
- Release irox-tools v0.10.0 ([`06629ef`](https://github.com/spmadden/irox/commit/06629ef062edd1cfe60a0ba1d8b0783a6c43e454))
38+
- New assert_length_eq_eps! macro to compare lengths in tests ([`dd07c94`](https://github.com/spmadden/irox/commit/dd07c94554b9b667fb47a191944abfa686ae2069))
39+
- Hopefully fix the stats/units docsrs builds ([`af1182a`](https://github.com/spmadden/irox/commit/af1182afe32faf36f9f00954b0cf92dee60f8c8b))
40+
- Rework macro impls for units macro. ALL HAIL THE MACROS. ([`b5145ef`](https://github.com/spmadden/irox/commit/b5145eff50004ef8a959c8d346b00b4c57139de9))
41+
- Push ord & eq up to all units ([`903aa93`](https://github.com/spmadden/irox/commit/903aa93424a1c310f810efa0ea0b35b6a6c70dd7))
42+
- Fix issue with identifying a good prefix for negative numbers ([`abc6125`](https://github.com/spmadden/irox/commit/abc61257319eeadfcb45fdb251375ceace022b80))
43+
- Impl Eq and Ord for Duration ([`252e8c8`](https://github.com/spmadden/irox/commit/252e8c8348fe55a485d18da4e4b234bb046fe949))
44+
</details>
45+
446
## v0.4.3 (2024-12-15)
547

648
### New Features
@@ -15,7 +57,7 @@
1557

1658
<csr-read-only-do-not-edit/>
1759

18-
- 2 commits contributed to the release.
60+
- 3 commits contributed to the release.
1961
- 1 day passed between releases.
2062
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2163
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +69,7 @@
2769
<details><summary>view details</summary>
2870

2971
* **Uncategorized**
72+
- Release irox-units v0.4.3 ([`d5c40da`](https://github.com/spmadden/irox/commit/d5c40da2c1827de911cbc20cd02792d526dc96da))
3073
- Guard log10 behind alloc ([`b5810ec`](https://github.com/spmadden/irox/commit/b5810ecb0c9e3736e3a5261d33827be8e8d416f2))
3174
- SI Prefixes and Quantities ([`3d7d1bf`](https://github.com/spmadden/irox/commit/3d7d1bff4b37383c1746119894431ee9afdb5288))
3275
</details>
@@ -42,8 +85,7 @@
4285

4386
<csr-read-only-do-not-edit/>
4487

45-
- 3 commits contributed to the release.
46-
- 131 days passed between releases.
88+
- 3 commits contributed to the release over the course of 20 calendar days.
4789
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
4890
- 0 issues like '(#ID)' were seen in commit messages
4991

@@ -124,7 +166,6 @@
124166
<csr-read-only-do-not-edit/>
125167

126168
- 2 commits contributed to the release.
127-
- 28 days passed between releases.
128169
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
129170
- 0 issues like '(#ID)' were seen in commit messages
130171

@@ -216,7 +257,7 @@
216257

217258
<csr-read-only-do-not-edit/>
218259

219-
- 3 commits contributed to the release.
260+
- 3 commits contributed to the release over the course of 9 calendar days.
220261
- 20 days passed between releases.
221262
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
222263
- 0 issues like '(#ID)' were seen in commit messages
@@ -244,7 +285,6 @@
244285
<csr-read-only-do-not-edit/>
245286

246287
- 2 commits contributed to the release.
247-
- 9 days passed between releases.
248288
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
249289
- 0 issues like '(#ID)' were seen in commit messages
250290

@@ -278,7 +318,7 @@
278318

279319
<csr-read-only-do-not-edit/>
280320

281-
- 6 commits contributed to the release.
321+
- 6 commits contributed to the release over the course of 9 calendar days.
282322
- 14 days passed between releases.
283323
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
284324
- 0 issues like '(#ID)' were seen in commit messages
@@ -354,7 +394,7 @@
354394

355395
<csr-read-only-do-not-edit/>
356396

357-
- 34 commits contributed to the release.
397+
- 34 commits contributed to the release over the course of 5 calendar days.
358398
- 27 days passed between releases.
359399
- 33 commits were understood as [conventional](https://www.conventionalcommits.org).
360400
- 0 issues like '(#ID)' were seen in commit messages
@@ -474,7 +514,7 @@
474514

475515
<csr-read-only-do-not-edit/>
476516

477-
- 41 commits contributed to the release.
517+
- 41 commits contributed to the release over the course of 62 calendar days.
478518
- 40 commits were understood as [conventional](https://www.conventionalcommits.org).
479519
- 0 issues like '(#ID)' were seen in commit messages
480520

libraries/units/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-units"
33
description = "Physical Quantities, Units, & Reference Frames Library"
44
keywords = ["irox", "coordinate", "epsg", "projections", "no_std"]
55
categories = ["aerospace", "data-structures", "science", "mathematics", "no-std::no-alloc"]
6-
version= "0.4.3"
6+
version= "0.4.4"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)