From 14a34c67e65b543c902bdbd9925c7b92c3adee8e Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 27 Sep 2021 15:17:44 +0000 Subject: [PATCH] prometheus: release 0.13.0 Signed-off-by: Luca BRUNO --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459546f2..fbfd99a5 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/Cargo.toml b/Cargo.toml index 85232e40..c91d0a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }