Skip to content

Commit 664cb6b

Browse files
committed
release 0.4.8
1 parent bcc6319 commit 664cb6b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.4.8](https://github.com/tokio-rs/tokio-metrics/compare/v0.4.7...v0.4.8) - 2026-02-16
11+
12+
### Added
13+
14+
- publicly export task `TaskIntervals` type ([#112](https://github.com/tokio-rs/tokio-metrics/pull/112))
15+
16+
### Fixed
17+
18+
- use saturating_sub to prevent overflow panics in runtime metrics ([#114](https://github.com/tokio-rs/tokio-metrics/pull/114))
19+
120
# 0.4.7 (January 15, 2025)
221
- docs: fix typos in `TaskMetrics` ([#103])
322
- rt: integrate derived metrics with metrics.rs ([#104])

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-metrics"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
rust-version = "1.70.0"
66
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)