Skip to content

Commit

Permalink
prometheus: release 0.12.0 (#397)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca BRUNO <luca.bruno@coreos.com>
  • Loading branch information
lucab committed Mar 5, 2021
1 parent 8e2d9e8 commit de89aae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 0.12.0

- Improvement: Fix format string in panic!() calls (#391)

- Improvement: Replace regex with memchr (#385)

- Improvement: Update reqwest requirement from ^0.10 to ^0.11 (#379)

## 0.11.0

- Improvement: Switch to more efficient `fd_count()` for `process_open_fds` (#357).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "prometheus"
readme = "README.md"
repository = "https://github.com/tikv/rust-prometheus"
version = "0.11.0"
version = "0.12.0"

[badges]
travis-ci = { repository = "pingcap/rust-prometheus" }
Expand Down
2 changes: 1 addition & 1 deletion static-metric/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.4"

[dev-dependencies]
criterion = "0.3"
prometheus = { version = "0.11.0", path = "../" }
prometheus = { path = "../" }

[features]
default = []
Expand Down

0 comments on commit de89aae

Please sign in to comment.