File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.13.4
4+
5+ - Improvement: Add PullingGauge (#405 )
6+
7+ - Improvement: Let cargo know which example requires which features (#511 )
8+
9+ - Bug fix: Prevent ` clippy::ignored_unit_patterns ` in macro expansions (#497 )
10+
11+ - Internal change: Add CI job for minimum toolchain (MSRV) (#467 )
12+
13+ - Internal change: Update CI to ` actions/checkout@v4 ` (#499 )
14+
15+ - Internal change: Update dependencies
16+
317## 0.13.3
418
519- Bug fix: Prevent ProcessCollector underflow with CPU time counter (#465 )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " prometheus"
1010readme = " README.md"
1111repository = " https://github.com/tikv/rust-prometheus"
12- version = " 0.13.3 "
12+ version = " 0.13.4 "
1313
1414[package .metadata .docs .rs ]
1515features = [" nightly" ]
You can’t perform that action at this time.
0 commit comments