prometheus: release 0.14.0 (#545)
Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
This commit is contained in:
parent
26e46ec03a
commit
e07efb4f37
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,5 +1,29 @@
|
|||
# Changelog
|
||||
|
||||
## 0.14.0
|
||||
|
||||
- API change: Use `AsRef<str>` for owned label values (#537)
|
||||
|
||||
- Improvement: Hashing improvements (#532)
|
||||
|
||||
- Dependency upgrade: Update `hyper` to 1.6 (#524)
|
||||
|
||||
- Dependency upgrade: Update `procfs` to 0.17 (#543)
|
||||
|
||||
- Dependency upgrade: Update `protobuf` to 3.7.2 for RUSTSEC-2024-0437 (#541)
|
||||
|
||||
- Dependency upgrade: Update `thiserror` to 2.0 (#534)
|
||||
|
||||
- Internal change: Fix LSP and Clippy warnings (#540)
|
||||
|
||||
- Internal change: Bump MSRV to 1.81 (#539)
|
||||
|
||||
- Documentation: Fix `register_histogram_vec_with_registry` docstring (#528)
|
||||
|
||||
- Documentation: Fix typos in static-metric docstrings (#479)
|
||||
|
||||
- Documentation: Add missing `protobuf` feature to README list (#531)
|
||||
|
||||
## 0.13.4
|
||||
|
||||
- Improvement: Add PullingGauge (#405)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ name = "prometheus"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/tikv/rust-prometheus"
|
||||
rust-version = "1.81"
|
||||
version = "0.13.4"
|
||||
version = "0.14.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["nightly"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue