Skip to content

Commit

Permalink
Release irox-time v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Oct 30, 2024
1 parent 233bb8f commit 01acf9d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 29 additions & 1 deletion libraries/time/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@


## v0.4.4 (2024-10-29)

### New Features

- <csr-id-c82f01017326a42f6ce1a407848e7c4fb2ccbae5/> add easier formats for UTCDateTime
- <csr-id-3dcbeef18538f0f96f24cf5a3e7fb74476c14271/> Re-align different time epochs for Ord,Eq,etc.

### Commit Statistics

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

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

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- Add easier formats for UTCDateTime ([`c82f010`](https://github.com/spmadden/irox/commit/c82f01017326a42f6ce1a407848e7c4fb2ccbae5))
- Re-align different time epochs for Ord,Eq,etc. ([`3dcbeef`](https://github.com/spmadden/irox/commit/3dcbeef18538f0f96f24cf5a3e7fb74476c14271))
</details>

## v0.4.3 (2024-10-24)

### New Features
Expand All @@ -13,7 +40,7 @@

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

- 4 commits contributed to the release.
- 5 commits contributed to the release.
- 235 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -25,6 +52,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-time v0.4.3 ([`52d88b6`](https://github.com/spmadden/irox/commit/52d88b620c40d829c41b9b564cd1e1c8fe1864a8))
- Impl default for Time64 ([`d2e07da`](https://github.com/spmadden/irox/commit/d2e07dabab880102043e70b02825ae1f8d27811c))
- Pivot Time32/64/128 over to using fixedmath ([`15e836b`](https://github.com/spmadden/irox/commit/15e836b755e9f60d10d89b8523d99a3ea68701cc))
- Add more conversions for TimeXX ([`6331e8d`](https://github.com/spmadden/irox/commit/6331e8d75f7e2651ba25cc5d0d55e59e99f89b82))
Expand Down
2 changes: 1 addition & 1 deletion libraries/time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-time"
description = "Date and Time types to manage the inherent complexity of dealing with the fourth dimension."
keywords = ["irox", "date", "time", "iso8601"]
categories = ["date-and-time", "encoding", "parser-implementations", "science", "value-formatting"]
version= "0.4.3"
version= "0.4.4"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 01acf9d

Please sign in to comment.