Skip to content

Commit a65d102

Browse files
committed
Release irox-fixedmath v0.1.2
1 parent 06629ef commit a65d102

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
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/fixedmath/CHANGELOG.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11

22

3+
## v0.1.2 (2025-01-26)
4+
5+
### New Features
6+
7+
- <csr-id-718e1949138ede88385a23b92c1947917ed3fcca/> more impls for FixedI128
8+
- <csr-id-c176d9f38e5a642188fb01b76cf01391688ef3b6/> impl Sub<f64> for the various types
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 2 commits contributed to the release over the course of 31 calendar days.
15+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' were seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- More impls for FixedI128 ([`718e194`](https://github.com/spmadden/irox/commit/718e1949138ede88385a23b92c1947917ed3fcca))
26+
- Impl Sub<f64> for the various types ([`c176d9f`](https://github.com/spmadden/irox/commit/c176d9f38e5a642188fb01b76cf01391688ef3b6))
27+
</details>
28+
329
## v0.1.1 (2024-10-24)
430

531
### New Features
@@ -11,7 +37,7 @@
1137

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

14-
- 2 commits contributed to the release.
40+
- 3 commits contributed to the release over the course of 5 calendar days.
1541
- 25 days passed between releases.
1642
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
1743
- 0 issues like '(#ID)' were seen in commit messages
@@ -23,6 +49,7 @@
2349
<details><summary>view details</summary>
2450

2551
* **Uncategorized**
52+
- Release irox-fixedmath v0.1.1 ([`ab8347f`](https://github.com/spmadden/irox/commit/ab8347fc4ee4bd03589f1d2c07e1cb63902e7410))
2653
- Add 'to_bits', 'exponent', and 'significand' to FloatExt trait ([`aa7909f`](https://github.com/spmadden/irox/commit/aa7909f619e332d37cb2b6099b3bba2be52fccc4))
2754
- Impl add and addassign ([`c4d8844`](https://github.com/spmadden/irox/commit/c4d88444122a81f53d6b5b31d14db2323a2be272))
2855
</details>
@@ -39,7 +66,7 @@
3966

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

42-
- 4 commits contributed to the release.
69+
- 4 commits contributed to the release over the course of 4 calendar days.
4370
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
4471
- 0 issues like '(#ID)' were seen in commit messages
4572

libraries/fixedmath/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-fixedmath"
33
description = "Fixed Precision Math Primitives"
44
keywords = ["irox", "math", "fixed-precision"]
55
categories = ["embedded", "mathematics", "no-std::no-alloc"]
6-
version= "0.1.1"
6+
version= "0.1.2"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)