Skip to content

Commit 1fc49ae

Browse files
committed
Release irox-time v0.4.7
1 parent af064b1 commit 1fc49ae

File tree

3 files changed

+43
-12
lines changed

3 files changed

+43
-12
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/time/CHANGELOG.md

+41-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11

22

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+
336
## v0.4.6 (2024-12-15)
437

538
### New Features
@@ -14,7 +47,7 @@
1447

1548
<csr-read-only-do-not-edit/>
1649

17-
- 2 commits contributed to the release.
50+
- 3 commits contributed to the release.
1851
- 1 day passed between releases.
1952
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2053
- 0 issues like '(#ID)' were seen in commit messages
@@ -26,6 +59,7 @@
2659
<details><summary>view details</summary>
2760

2861
* **Uncategorized**
62+
- Release irox-time v0.4.6 ([`c161df0`](https://github.com/spmadden/irox/commit/c161df0ee95ac1f2b2ae3b337fd116a034c0b856))
2963
- Fixup no_std compliance in time ([`f984af9`](https://github.com/spmadden/irox/commit/f984af97328b18ad30c7ec7da77332906e2eb107))
3064
- Eliminate default feature 'std' for irox-time ([`4fbdda8`](https://github.com/spmadden/irox/commit/4fbdda81df4bab66572325250fbe12367a67f5ec))
3165
</details>
@@ -40,8 +74,7 @@
4074

4175
<csr-read-only-do-not-edit/>
4276

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.
4578
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
4679
- 0 issues like '(#ID)' were seen in commit messages
4780

@@ -67,7 +100,7 @@
67100

68101
<csr-read-only-do-not-edit/>
69102

70-
- 3 commits contributed to the release.
103+
- 3 commits contributed to the release over the course of 4 calendar days.
71104
- 5 days passed between releases.
72105
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
73106
- 0 issues like '(#ID)' were seen in commit messages
@@ -97,8 +130,7 @@
97130

98131
<csr-read-only-do-not-edit/>
99132

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.
102134
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
103135
- 0 issues like '(#ID)' were seen in commit messages
104136

@@ -214,7 +246,7 @@
214246

215247
<csr-read-only-do-not-edit/>
216248

217-
- 9 commits contributed to the release.
249+
- 9 commits contributed to the release over the course of 8 calendar days.
218250
- 37 days passed between releases.
219251
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
220252
- 0 issues like '(#ID)' were seen in commit messages
@@ -279,7 +311,7 @@
279311

280312
<csr-read-only-do-not-edit/>
281313

282-
- 3 commits contributed to the release.
314+
- 3 commits contributed to the release over the course of 14 calendar days.
283315
- 20 days passed between releases.
284316
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
285317
- 0 issues like '(#ID)' were seen in commit messages
@@ -403,7 +435,6 @@
403435
<csr-read-only-do-not-edit/>
404436

405437
- 5 commits contributed to the release.
406-
- 6 days passed between releases.
407438
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
408439
- 0 issues like '(#ID)' were seen in commit messages
409440

@@ -447,7 +478,7 @@
447478

448479
<csr-read-only-do-not-edit/>
449480

450-
- 14 commits contributed to the release.
481+
- 14 commits contributed to the release over the course of 9 calendar days.
451482
- 14 days passed between releases.
452483
- 12 commits were understood as [conventional](https://www.conventionalcommits.org).
453484
- 0 issues like '(#ID)' were seen in commit messages

libraries/time/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-time"
33
description = "Date and Time types to manage the inherent complexity of dealing with the fourth dimension."
44
keywords = ["irox", "date", "time", "iso8601"]
55
categories = ["date-and-time", "encoding", "parser-implementations", "science", "value-formatting"]
6-
version= "0.4.6"
6+
version= "0.4.7"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)