Skip to content

Commit c092b95

Browse files
authored
prometheus: release 0.13.3 (#466)
Signed-off-by: Luca BRUNO <[email protected]> Signed-off-by: Luca BRUNO <[email protected]>
1 parent a11df02 commit c092b95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.13.3
4+
5+
- Bug fix: Prevent ProcessCollector underflow with CPU time counter (#465)
6+
7+
- Internal change: Update dependencies
8+
39
## 0.13.2
410

511
- Bug fix: Fix compilation on 32-bit targets (#446)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "prometheus"
1010
readme = "README.md"
1111
repository = "https://github.com/tikv/rust-prometheus"
12-
version = "0.13.2"
12+
version = "0.13.3"
1313

1414
[badges]
1515
travis-ci = { repository = "pingcap/rust-prometheus" }

0 commit comments

Comments
 (0)