Skip to content

Commit b48ed78

Browse files
committed
update changelog
1 parent 82513b3 commit b48ed78

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

metrics-util/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Changed
1313

1414
- Bump MSRV to 1.70.0.
15+
- `Snapshotter` now implements `Clone`.
16+
([#472](https://github.com/metrics-rs/metrics/pull/472))
17+
- Relaxed some bounds for different categories of methods on `Registry<K, S>`.
18+
([#484](https://github.com/metrics-rs/metrics/pull/484))
1519

1620
## [0.16.3] - 2024-03-16
1721

1822
### Added
1923

2024
- New set of methods on `Registry` for getting a metric handle if it exists. ([#457](https://github.com/metrics-rs/metrics/pull/457))
21-
- New set of methods on `Registry` for retaining metric handles that match a given predicate. ([#461](https://github.com/metrics-rs/metrics/pull/461))
25+
- New set of methods on `Registry` for retaining metric handles that match a given predicate.
26+
([#461](https://github.com/metrics-rs/metrics/pull/461))
2227

2328
### Fixed
2429

metrics/CHANGELOG.md

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

99
## [Unreleased] - ReleaseDate
1010

11+
### Added
12+
13+
- Implement `IntoLabels` for `BTreeMap<String, String>`.
14+
([#470](https://github.com/metrics-rs/metrics/pull/470))
15+
- Implement `From<Cow<'a, T>>` for `std::borrow::Cow<'a, T>`.
16+
([#478](https://github.com/metrics-rs/metrics/pull/478))
17+
1118
### Changed
1219

1320
- Bump MSRV to 1.70.0.
21+
- `Counter`, `Gauge`, and `Histogram` are now marked with `#[mark_use]`.
22+
([#475](https://github.com/metrics-rs/metrics/pull/475))
23+
- Updated crate-level documentation around how histograms work.
24+
([#477](https://github.com/metrics-rs/metrics/pull/477))
25+
- Allow for trailing comma in arguments for all describe macros.
26+
([#483](https://github.com/metrics-rs/metrics/pull/483))
1427

1528
## [0.22.3] - 2024-03-16
1629

0 commit comments

Comments
 (0)