From e6cf12457b4e9b81eb319f4aab70a573be7998b3 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Tue, 26 Nov 2024 15:23:30 +0000 Subject: [PATCH] chore: Release --- metrics/CHANGELOG.md | 2 ++ metrics/Cargo.toml | 2 +- metrics/RELEASES.md | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/metrics/CHANGELOG.md b/metrics/CHANGELOG.md index e955722d..f65a7aee 100644 --- a/metrics/CHANGELOG.md +++ b/metrics/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.24.1] - 2024-11-26 + ### Added - Added a section to the crate-level documentation about `Metadata` and how it's used. diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 82062660..04b0f725 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics" -version = "0.24.0" +version = "0.24.1" authors = ["Toby Lawrence "] edition = "2018" rust-version = "1.71.1" diff --git a/metrics/RELEASES.md b/metrics/RELEASES.md index 9ab31a98..71db5011 100644 --- a/metrics/RELEASES.md +++ b/metrics/RELEASES.md @@ -9,6 +9,10 @@ long-form description and would be too verbose for the changelog alone. - No notable changes. +## [0.24.1] - 2024-11-26 + +- No notable changes. + ## [0.24.0] - 2024-10-12 - No notable changes.