Skip to content

Commit c6e88fe

Browse files
committed
Release irox-types v0.4.4
1 parent bbe46e7 commit c6e88fe

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
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/types/CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11

22

33

4+
## v0.4.4 (2024-10-29)
5+
6+
### New Features
7+
8+
- <csr-id-7263abdd9e0eec30dd24c7ab7dcebc5d5f6e4f11/> Primitives can go to and from u8 now.
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 5 days passed between releases.
16+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
17+
- 0 issues like '(#ID)' were seen in commit messages
18+
19+
### Commit Details
20+
21+
<csr-read-only-do-not-edit/>
22+
23+
<details><summary>view details</summary>
24+
25+
* **Uncategorized**
26+
- Primitives can go to and from u8 now. ([`7263abd`](https://github.com/spmadden/irox/commit/7263abdd9e0eec30dd24c7ab7dcebc5d5f6e4f11))
27+
</details>
28+
429
## v0.4.3 (2024-10-24)
530

631
### New Features
@@ -17,7 +42,7 @@
1742

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

20-
- 4 commits contributed to the release.
45+
- 5 commits contributed to the release.
2146
- 118 days passed between releases.
2247
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
2348
- 0 issues like '(#ID)' were seen in commit messages
@@ -29,6 +54,7 @@
2954
<details><summary>view details</summary>
3055

3156
* **Uncategorized**
57+
- Release irox-types v0.4.3 ([`d729ed9`](https://github.com/spmadden/irox/commit/d729ed97cff8ccd01e684798b109c9e88185c7cc))
3258
- Require FloatExt for 'AnyFloat' ([`cc71438`](https://github.com/spmadden/irox/commit/cc714380db2c733153ccf938df2ec939c4c8ddd4))
3359
- Impl Into<PrimitiveValue> for lots of stuff ([`4219710`](https://github.com/spmadden/irox/commit/421971094cd6b1b3288c71c3452931e211df7696))
3460
- Cleaning up the NumberTraits to remove a bunch of lifetimes dicking with intended uses. ([`1a87db6`](https://github.com/spmadden/irox/commit/1a87db6fda93f333ff81c62080ef1c9859bc4dbf))

libraries/types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-types"
33
description = "Enums and structs to describe Rust's basic type system"
44
keywords = ["irox", "reflection", "types", "primitives"]
55
categories = ["rust-patterns", "development-tools"]
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)