Skip to content

Commit 5b32b87

Browse files
committed
prometheus: release 0.12.0
Signed-off-by: Luca BRUNO <[email protected]>
1 parent 8e2d9e8 commit 5b32b87

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.12.0
4+
5+
- Improvement: Fix format string in panic!() calls (#391)
6+
7+
- Improvement: Replace regex with memchr (#385)
8+
9+
- Improvement: Update reqwest requirement from ^0.10 to ^0.11 (#379)
10+
311
## 0.11.0
412

513
- Improvement: Switch to more efficient `fd_count()` for `process_open_fds` (#357).

Cargo.toml

+1-1
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.11.0"
12+
version = "0.12.0"
1313

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

static-metric/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy_static = "1.4"
1919

2020
[dev-dependencies]
2121
criterion = "0.3"
22-
prometheus = { version = "0.11.0", path = "../" }
22+
prometheus = { path = "../" }
2323

2424
[features]
2525
default = []

0 commit comments

Comments
 (0)