From eb8bc9e8b69a74d2ce54c04dc403f5eef4030568 Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 25 Apr 2023 12:11:09 +0200 Subject: [PATCH] Prepare 0.4.1 release --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb79439..a5738af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ All user visible changes to this project will be documented in this file. This p +## [0.4.1] · 2023-04-25 +[0.4.1]: /../../tree/v0.4.1 + +[Diff](/../../compare/v0.4.0...v0.4.1) + +### Changed + +- Updated to 0.5 version of `sealed` crate to fully get rid of `syn` 1.0. ([f923cb69], [#7]) + +[f923cb69]: /../../commit/f923cb69553ee624213b7df179c95137134843e3 +[#7]: /../../pull/7 + + + + ## [0.4.0] · 2023-04-17 [0.4.0]: /../../tree/v0.4.0 diff --git a/Cargo.toml b/Cargo.toml index f7e096b..7b33000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-prometheus" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.65" description = "`prometheus` backend for `metrics` crate."