Skip to content

Commit ed39cf2

Browse files
committed
Release irox-stats v0.3.1
1 parent 9d5e75e commit ed39cf2

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-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/stats/CHANGELOG.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11

22

33

4+
## v0.3.1 (2025-01-26)
5+
6+
### Bug Fixes
7+
8+
- <csr-id-9cd9e624907cded75b72e0aa9734909ded0f93d1/> hopefully fix docsrs builds for cargo, log, stats, units
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 1 commit was 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+
- Hopefully fix docsrs builds for cargo, log, stats, units ([`9cd9e62`](https://github.com/spmadden/irox/commit/9cd9e624907cded75b72e0aa9734909ded0f93d1))
26+
</details>
27+
428
## v0.3.0 (2025-01-26)
529

30+
<csr-id-45a936a015f24871d007c91f9051377a3dfc1fe5/>
31+
<csr-id-8852ee8e0dfa88b92d0c5ff0d5f1ba6b30da18ca/>
32+
<csr-id-7957bd7ac707c9c6bfe0ba2fd32612341fd8cb57/>
33+
634
### Chore
735

836
- <csr-id-45a936a015f24871d007c91f9051377a3dfc1fe5/> cleanup some unused egui features
@@ -50,7 +78,7 @@
5078

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

53-
- 26 commits contributed to the release over the course of 36 calendar days.
81+
- 27 commits contributed to the release over the course of 36 calendar days.
5482
- 41 days passed between releases.
5583
- 25 commits were understood as [conventional](https://www.conventionalcommits.org).
5684
- 0 issues like '(#ID)' were seen in commit messages
@@ -62,6 +90,7 @@
6290
<details><summary>view details</summary>
6391

6492
* **Uncategorized**
93+
- Release irox-stats v0.3.0 ([`97dfe5a`](https://github.com/spmadden/irox/commit/97dfe5addce2b6ac72eb0633baa035d237c656cf))
6594
- Release irox-bits v0.4.0 ([`a6de5f0`](https://github.com/spmadden/irox/commit/a6de5f0f1280adf860333e8c066b145e3166ef4b))
6695
- Decoding a Coded stream passes basic tests ([`f039caa`](https://github.com/spmadden/irox/commit/f039caac8a8960d249a754b99c19f38c64429eb3))
6796
- Fixup nostd support in stats ([`18e0246`](https://github.com/spmadden/irox/commit/18e0246c5173dc368e03681404f3eb8834b4a853))

libraries/stats/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-stats"
33
description = "Various mathematical and statistics utilities"
44
keywords = ["irox", "mathematics", "statistics", "library", "distributions"]
55
categories = ["mathematics", "no-std"]
6-
version = "0.3.0"
6+
version = "0.3.1"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)