Skip to content

Commit 84ebac5

Browse files
committed
Release irox-networking v0.4.6
1 parent 97dfe5a commit 84ebac5

File tree

3 files changed

+34
-11
lines changed

3 files changed

+34
-11
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/network/CHANGELOG.md

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

22

33

4+
## v0.4.6 (2025-01-26)
5+
6+
### New Features
7+
8+
- <csr-id-cd21b254bfac53e6304a311a5bbfe045f7a7b643/> put console logger behind std feature
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release over the course of 7 calendar days.
15+
- 43 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+
- Put console logger behind std feature ([`cd21b25`](https://github.com/spmadden/irox/commit/cd21b254bfac53e6304a311a5bbfe045f7a7b643))
27+
</details>
28+
429
## v0.4.5 (2024-12-13)
530

631
### New Features
@@ -11,8 +36,7 @@
1136

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

14-
- 1 commit contributed to the release.
15-
- 50 days passed between releases.
39+
- 2 commits contributed to the release over the course of 20 calendar days.
1640
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1741
- 0 issues like '(#ID)' were seen in commit messages
1842

@@ -23,6 +47,7 @@
2347
<details><summary>view details</summary>
2448

2549
* **Uncategorized**
50+
- Release irox-networking v0.4.5 ([`eb3cab2`](https://github.com/spmadden/irox/commit/eb3cab2f41ec9b7b86bdb294f755fc64b9682dce))
2651
- Bump MSRV to 1.82 ([`79b4c01`](https://github.com/spmadden/irox/commit/79b4c0111cfb4daff7419dda335fca312e4afa4e))
2752
</details>
2853

@@ -36,7 +61,7 @@
3661

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

39-
- 2 commits contributed to the release.
64+
- 2 commits contributed to the release over the course of 10 calendar days.
4065
- 158 days passed between releases.
4166
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
4267
- 0 issues like '(#ID)' were seen in commit messages
@@ -63,7 +88,6 @@
6388
<csr-read-only-do-not-edit/>
6489

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

@@ -95,7 +119,7 @@
95119

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

98-
- 3 commits contributed to the release.
122+
- 3 commits contributed to the release over the course of 6 calendar days.
99123
- 50 days passed between releases.
100124
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
101125
- 0 issues like '(#ID)' were seen in commit messages
@@ -230,7 +254,7 @@
230254

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

233-
- 2 commits contributed to the release.
257+
- 2 commits contributed to the release over the course of 5 calendar days.
234258
- 6 days passed between releases.
235259
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
236260
- 0 issues like '(#ID)' were seen in commit messages
@@ -258,8 +282,7 @@
258282

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

261-
- 2 commits contributed to the release.
262-
- 30 days passed between releases.
285+
- 2 commits contributed to the release over the course of 3 calendar days.
263286
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
264287
- 0 issues like '(#ID)' were seen in commit messages
265288

@@ -363,7 +386,7 @@
363386

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

366-
- 10 commits contributed to the release.
389+
- 10 commits contributed to the release over the course of 29 calendar days.
367390
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
368391
- 0 issues like '(#ID)' were seen in commit messages
369392

libraries/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-networking"
33
description = "irox Networking Tools"
44
keywords = ["irox", "networking", "extras"]
55
categories = ["network-programming"]
6-
version= "0.4.5"
6+
version= "0.4.6"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)