File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.14.0
4+
5+ - API change: Use ` AsRef<str> ` for owned label values (#537 )
6+
7+ - Improvement: Hashing improvements (#532 )
8+
9+ - Dependency upgrade: Update ` hyper ` to 1.6 (#524 )
10+
11+ - Dependency upgrade: Update ` procfs ` to 0.17 (#543 )
12+
13+ - Dependency upgrade: Update ` protobuf ` to 3.7.2 for RUSTSEC-2024-0437 (#541 )
14+
15+ - Dependency upgrade: Update ` thiserror ` to 2.0 (#534 )
16+
17+ - Internal change: Fix LSP and Clippy warnings (#540 )
18+
19+ - Internal change: Bump MSRV to 1.81 (#539 )
20+
21+ - Documentation: Fix ` register_histogram_vec_with_registry ` docstring (#528 )
22+
23+ - Documentation: Fix typos in static-metric docstrings (#479 )
24+
25+ - Documentation: Add missing ` protobuf ` feature to README list (#531 )
26+
327## 0.13.4
428
529- Improvement: Add PullingGauge (#405 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "prometheus"
1010readme = " README.md"
1111repository = " https://github.com/tikv/rust-prometheus"
1212rust-version = " 1.81"
13- version = " 0.13.4 "
13+ version = " 0.14.0 "
1414
1515[package .metadata .docs .rs ]
1616features = [" nightly" ]
You can’t perform that action at this time.
0 commit comments