Skip to content

Commit e07efb4

Browse files
authored
prometheus: release 0.14.0 (#545)
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 26e46ec commit e07efb4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "prometheus"
1010
readme = "README.md"
1111
repository = "https://github.com/tikv/rust-prometheus"
1212
rust-version = "1.81"
13-
version = "0.13.4"
13+
version = "0.14.0"
1414

1515
[package.metadata.docs.rs]
1616
features = ["nightly"]

0 commit comments

Comments
 (0)