Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Mar 12, 2021
2 parents febd28b + de89aae commit ddf172b
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 ddf172b

Please sign in to comment.