Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down