File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## 0.13.3
4
18
5
19
- 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"
9
9
name = " prometheus"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tikv/rust-prometheus"
12
- version = " 0.13.3 "
12
+ version = " 0.13.4 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" nightly" ]
You can’t perform that action at this time.
0 commit comments