From 04fce2f3bf81920c2607e6572dd9eba309969d22 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sat, 4 May 2024 18:51:47 +0200 Subject: [PATCH] prometheus: release 0.13.4 (#520) Signed-off-by: Luca BRUNO --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2dd610..71f2e891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.13.4 + +- Improvement: Add PullingGauge (#405) + +- Improvement: Let cargo know which example requires which features (#511) + +- Bug fix: Prevent `clippy::ignored_unit_patterns` in macro expansions (#497) + +- Internal change: Add CI job for minimum toolchain (MSRV) (#467) + +- Internal change: Update CI to `actions/checkout@v4` (#499) + +- Internal change: Update dependencies + ## 0.13.3 - Bug fix: Prevent ProcessCollector underflow with CPU time counter (#465) diff --git a/Cargo.toml b/Cargo.toml index 776f622e..a62b6296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "prometheus" readme = "README.md" repository = "https://github.com/tikv/rust-prometheus" -version = "0.13.3" +version = "0.13.4" [package.metadata.docs.rs] features = ["nightly"]