File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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 )
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.0 "
12+ version = " 0.13.1 "
1313
1414[badges ]
1515travis-ci = { repository = " pingcap/rust-prometheus" }
You can’t perform that action at this time.
0 commit comments