Skip to content

Commit

Permalink
prometheus: release 0.13.1
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 Apr 21, 2022
1 parent f44caa5 commit 7bbd435
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## 0.13.1

- Improvement: ProcessCollector use IntGauge to provide better performance (#430)

- Bug fix: Fix re-export of TEXT_FORMAT to not require protobuf (#416)

- Bug fix: Fix doc for encode (#433)

- Bug fix: Fix broken doc links (#426)

- Bug fix: Fix crates.io badge (#436)

- Internal change: Derive default instead of obvious manual impl (#437)

- Internal change: Remove needless borrow (#427)

- Internal change: Update dependencies

## 0.13.0

- Bug fix: Avoid panics from `Instant::elapsed` (#406)
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.13.0"
version = "0.13.1"

[badges]
travis-ci = { repository = "pingcap/rust-prometheus" }
Expand Down

0 comments on commit 7bbd435

Please sign in to comment.