We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11df02 commit c092b95Copy full SHA for c092b95
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.13.3
4
+
5
+- Bug fix: Prevent ProcessCollector underflow with CPU time counter (#465)
6
7
+- Internal change: Update dependencies
8
9
## 0.13.2
10
11
- Bug fix: Fix compilation on 32-bit targets (#446)
Cargo.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "prometheus"
readme = "README.md"
repository = "https://github.com/tikv/rust-prometheus"
12
-version = "0.13.2"
+version = "0.13.3"
13
14
[badges]
15
travis-ci = { repository = "pingcap/rust-prometheus" }
0 commit comments