Skip to content

Commit

Permalink
prometheus: release 0.13.0 (tikv#415)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca BRUNO <luca.bruno@coreos.com>
Signed-off-by: Jan Berktold <jberktold@roblox.com>
  • Loading branch information
lucab authored and JanBerktold committed Nov 12, 2022
1 parent 4baa914 commit 50371e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## 0.13.0

- Bug fix: Avoid panics from `Instant::elapsed` (#406)

- Improvement: Allow trailing comma on macros (#390)

- Improvement: Add macros for custom registry (#396)

- Improvement: Export thread count from `process_collector` (#401)

- Improvement: Add convenience TextEncoder functions to encode directly to string (#402)

- Internal change: Clean up the use of macro_use and extern crate (#398)

- Internal change: Update dependencies

## 0.12.0

- Improvement: Fix format string in panic!() calls (#391)
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.12.0"
version = "0.13.0"

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

0 comments on commit 50371e3

Please sign in to comment.