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"]