@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.23.0 ] - unreleased
7+ ## [ 0.23.1 ] - unreleased
88
9+ ### Changed
10+
11+ - ` Histogram::new ` now accepts an ` IntoIterator ` argument, rather than an ` Iterator ` .
12+ See [ PR 243] .
13+
14+ [ PR 243 ] : https://github.com/prometheus/client_rust/pull/243
15+
16+ ## [ 0.23.0]
917
1018### Changed
1119
@@ -18,8 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1826- Implement ` Atomic<u64> ` for ` AtomicU64 ` for gauges.
1927 See [ PR 226] .
2028
21- [ PR 226 ] : https://github.com/prometheus/client_rust/pull/198
29+ - Implement ` EnableLabelValue ` for ` bool ` .
30+ See [ PR 237]
31+
32+ [ PR 173 ] : https://github.com/prometheus/client_rust/pull/173
2233[ PR 198 ] : https://github.com/prometheus/client_rust/pull/198
34+ [ PR 226 ] : https://github.com/prometheus/client_rust/pull/226
35+ [ PR 237 ] : https://github.com/prometheus/client_rust/pull/237
2336
2437### Added
2538
@@ -29,9 +42,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2942- Supoort ` Arc<String> ` for ` EncodeLabelValue ` .
3043 See [ PR 217] .
3144
45+ - Add ` histogram::exponential_buckets_range ` .
46+ See [ PR 233] .
47+
48+ - Added ` get ` method to ` Family ` .
49+ See [ PR 234] .
50+
3251[ PR 173 ] : https://github.com/prometheus/client_rust/pull/173
3352[ PR 216 ] : https://github.com/prometheus/client_rust/pull/216
3453[ PR 217 ] : https://github.com/prometheus/client_rust/pull/217
54+ [ PR 233 ] : https://github.com/prometheus/client_rust/pull/233
55+ [ PR 234 ] : https://github.com/prometheus/client_rust/pull/234
3556
3657### Fixed
3758
0 commit comments