File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## 0.13.4
4
28
5
29
- Improvement: Add PullingGauge (#405 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name = "prometheus"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tikv/rust-prometheus"
12
12
rust-version = " 1.81"
13
- version = " 0.13.4 "
13
+ version = " 0.14.0 "
14
14
15
15
[package .metadata .docs .rs ]
16
16
features = [" nightly" ]
You can’t perform that action at this time.
0 commit comments