Skip to content

Commit fe0a284

Browse files
authored
prometheus: release 0.13.0 (#415)
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 3451d05 commit fe0a284

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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)

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.12.0"
12+
version = "0.13.0"
1313

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

0 commit comments

Comments
 (0)