Skip to content

Commit 877555d

Browse files
author
“ramfox”
committed
chore: Release
1 parent 23c3175 commit 877555d

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to iroh will be documented in this file.
44

5+
## [0.38.2](https://github.com/n0-computer/iroh-metrics/compare/v0.38.1..0.38.2) - 2026-01-26
6+
7+
### 🐛 Bug Fixes
8+
9+
- Minimal versions selection ([#87](https://github.com/n0-computer/iroh-metrics/issues/87)) - ([23c3175](https://github.com/n0-computer/iroh-metrics/commit/23c317540d0d9a9bf73c52b2caf62a94902f6ae6))
10+
11+
## [0.38.1](https://github.com/n0-computer/iroh-metrics/compare/v0.38.0..v0.38.1) - 2026-01-09
12+
13+
### ⚙️ Miscellaneous Tasks
14+
15+
- Release - ([40bf6c3](https://github.com/n0-computer/iroh-metrics/commit/40bf6c35fcc1559f1c93d4fd1a7d765a8f323787))
16+
517
## [0.38.0](https://github.com/n0-computer/iroh-metrics/compare/v0.37.0..v0.38.0) - 2025-11-27
618

719
### ⛰️ Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["iroh-metrics-derive"]
33

44
[package]
55
name = "iroh-metrics"
6-
version = "0.38.1"
6+
version = "0.38.2"
77
edition = "2024"
88
readme = "README.md"
99
description = "metrics for iroh"
@@ -30,7 +30,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(iroh_docsrs)"] }
3030
unused-async = "warn"
3131

3232
[dependencies]
33-
iroh-metrics-derive = { path = "./iroh-metrics-derive", version = "0.4.0" }
33+
iroh-metrics-derive = { path = "./iroh-metrics-derive", version = "0.4.1" }
3434
itoa = "1"
3535
ryu = "1"
3636
serde = { version = "1.0.228", features = ["derive", "rc"] }

iroh-metrics-derive/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to iroh will be documented in this file.
44

5+
## [0.4.1](https://github.com/n0-computer/iroh-metrics/compare/v0.36.2..0.4.1) - 2026-01-26
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- [**breaking**] Upgrade to rust 2024 edition and bump MSRV to 1.85 ([#57](https://github.com/n0-computer/iroh-metrics/issues/57)) - ([6c4bfb3](https://github.com/n0-computer/iroh-metrics/commit/6c4bfb39fd73f6cfcd550c572e844009e32d062e))
10+
- Release `iroh-metrics-derive` 0.4.0 - ([e632329](https://github.com/n0-computer/iroh-metrics/commit/e6323295be96142b01f3e01d8d095c917deec862))
11+
12+
## [0.36.2](https://github.com/n0-computer/iroh-metrics/compare/iroh-metrics-derive-v0.3.0..v0.36.2) - 2025-10-20
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Release - ([41d43f9](https://github.com/n0-computer/iroh-metrics/commit/41d43f9e20ed482247f06f527b2e0322542721f2))
17+
518
## [iroh-metrics-derive-v0.3.0](https://github.com/n0-computer/iroh-metrics/compare/iroh-metrics-derive-v0.1.0..iroh-metrics-derive-v0.3.0) - 2025-10-07
619

720
### ⛰️ Features

iroh-metrics-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-metrics-derive"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
description = "derive macros for iroh-metrics"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)