Skip to content

Commit 771325a

Browse files
committed
chore: Release
1 parent d48c37d commit 771325a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

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.

metrics/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
## [0.24.2] - 2025-04-20
12+
1113
### Changed
1214

1315
- Remove object lifetime cast in `LocalRecorderGuard<'a>`. ([#564](https://github.com/metrics-rs/metrics/pull/564))

metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrics"
3-
version = "0.24.1"
3+
version = "0.24.2"
44
edition = "2018"
55
rust-version = "1.71.1"
66

metrics/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ long-form description and would be too verbose for the changelog alone.
99

1010
- No notable changes.
1111

12+
## [0.24.2] - 2025-04-20
13+
14+
- No notable changes.
15+
1216
## [0.24.1] - 2024-11-26
1317

1418
- No notable changes.

0 commit comments

Comments
 (0)