File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.13.0
4+
5+ - Bug fix: Avoid panics from ` Instant::elapsed ` (#406 )
6+
7+ - Improvement: Allow trailing comma on macros (#390 )
8+
9+ - Improvement: Add macros for custom registry (#396 )
10+
11+ - Improvement: Export thread count from ` process_collector ` (#401 )
12+
13+ - Improvement: Add convenience TextEncoder functions to encode directly to string (#402 )
14+
15+ - Internal change: Clean up the use of macro_use and extern crate (#398 )
16+
17+ - Internal change: Update dependencies
18+
319## 0.12.0
420
521 - Improvement: Fix format string in panic!() calls (#391 )
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.12 .0"
12+ version = " 0.13 .0"
1313
1414[badges ]
1515travis-ci = { repository = " pingcap/rust-prometheus" }
You can’t perform that action at this time.
0 commit comments