Skip to content

Commit 935d968

Browse files
authored
prometheus: release 0.13.1 (#440)
Signed-off-by: Luca BRUNO <[email protected]>
1 parent f44caa5 commit 935d968

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## 0.13.1
4+
5+
- Improvement: ProcessCollector use IntGauge to provide better performance (#430)
6+
7+
- Bug fix: Fix re-export of TEXT_FORMAT to not require protobuf (#416)
8+
9+
- Bug fix: Fix doc for encode (#433)
10+
11+
- Bug fix: Fix broken doc links (#426)
12+
13+
- Bug fix: Fix crates.io badge (#436)
14+
15+
- Internal change: Derive default instead of obvious manual impl (#437)
16+
17+
- Internal change: Remove needless borrow (#427)
18+
19+
- Internal change: Update dependencies
20+
321
## 0.13.0
422

523
- Bug fix: Avoid panics from `Instant::elapsed` (#406)

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.0"
12+
version = "0.13.1"
1313

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

0 commit comments

Comments
 (0)