Skip to content

Commit c467cfe

Browse files
chore: Release
1 parent e79f91d commit c467cfe

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

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

5-
## [0.32.0](https://github.com/n0-computer/iroh-metrics/compare/v0.31.0..0.32.0) - 2025-02-26
5+
## [iroh-metrics-derive-v0.1.0](https://github.com/n0-computer/iroh-metrics/compare/v0.32.0..iroh-metrics-derive-v0.1.0) - 2025-04-16
6+
7+
### 🐛 Bug Fixes
8+
9+
- *(ci)* Doc url ([#19](https://github.com/n0-computer/iroh-metrics/issues/19)) - ([40a8716](https://github.com/n0-computer/iroh-metrics/commit/40a87161cb69d77374c3deeebd4ec50ab015a2cf))
10+
11+
### 🚜 Refactor
12+
13+
- [**breaking**] Make global core optional, add derive macro, add `MetricsGroup` and `MetricsGroupSet` traits, reoganize modules ([#15](https://github.com/n0-computer/iroh-metrics/issues/15)) - ([90f3038](https://github.com/n0-computer/iroh-metrics/commit/90f3038760a13f0a9e445b492ff0c967c834620b))
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- Iroh-metrics-derive release prep - ([e79f91d](https://github.com/n0-computer/iroh-metrics/commit/e79f91d9e666fdfdedba2c9941ad66904dee7ab5))
18+
19+
## [0.32.0](https://github.com/n0-computer/iroh-metrics/compare/v0.31.0..v0.32.0) - 2025-02-26
620

721
### ⛰️ Features
822

@@ -15,6 +29,7 @@ All notable changes to iroh will be documented in this file.
1529
### ⚙️ Miscellaneous Tasks
1630

1731
- Remove individual repo project tracking ([#9](https://github.com/n0-computer/iroh-metrics/issues/9)) - ([3b2f23f](https://github.com/n0-computer/iroh-metrics/commit/3b2f23fce0cac00b7f7a0da7b46347f53d73b535))
32+
- Release iroh-metrics version 0.32.0 - ([383b432](https://github.com/n0-computer/iroh-metrics/commit/383b432dd80b40821c2efcd3a32e68d6f32e0b7e))
1833

1934
## [0.31.0](https://github.com/n0-computer/iroh-metrics/compare/v0.30.0..v0.31.0) - 2025-01-14
2035

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.32.0"
6+
version = "0.33.0"
77
edition = "2021"
88
readme = "README.md"
99
description = "metrics for iroh"

0 commit comments

Comments
 (0)