From dc2620b8148b09ff8fa69d512fca1ae07c047efc Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Sat, 16 Mar 2024 16:20:59 +0000 Subject: [PATCH] chore: Release --- metrics-exporter-prometheus/CHANGELOG.md | 2 ++ metrics-exporter-prometheus/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/metrics-exporter-prometheus/CHANGELOG.md b/metrics-exporter-prometheus/CHANGELOG.md index 5b6fa14b..7c1e0276 100644 --- a/metrics-exporter-prometheus/CHANGELOG.md +++ b/metrics-exporter-prometheus/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.14.0] - 2024-03-16 + ### Added - Users can now configure the number of buckets, and bucket widths, for rolling summaries. ([#444](https://github.com/metrics-rs/metrics/pull/444)) diff --git a/metrics-exporter-prometheus/Cargo.toml b/metrics-exporter-prometheus/Cargo.toml index 0bdd919f..e67e3560 100644 --- a/metrics-exporter-prometheus/Cargo.toml +++ b/metrics-exporter-prometheus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-exporter-prometheus" -version = "0.13.1" +version = "0.14.0" authors = ["Toby Lawrence "] edition = "2018" rust-version = "1.65.0"