Skip to content

Commit 0b95e10

Browse files
committed
chore: Release
1 parent 98eba87 commit 0b95e10

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.3] - 2025-11-28
12+
1113
### Added
1214
- Two new methods (`KeyName::into_inner` and `Key::name_shared`), as well as a `From` implementation to convert
1315
`KeyName` to `std::borrow::Cow<'static, str>`, to allow for more ergonomically working with `KeyName` values.

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.2"
3+
version = "0.24.3"
44
edition = "2018"
55
rust-version = { workspace = true }
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.3] - 2025-11-28
13+
14+
- No notable changes.
15+
1216
## [0.24.2] - 2025-04-20
1317

1418
- No notable changes.

0 commit comments

Comments
 (0)