From d45ae58d8f036a68faf72c4f80eff95a71350426 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 15 Sep 2025 11:33:36 +0200 Subject: [PATCH] bump version to v3.0.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7addb..9be7cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [3.0.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v3.0.0) - 2025-09-15 + ### Breaking changes - `metrics` has been updated to v0.24 (#183) New feature flag: `metrics-0_24` diff --git a/Cargo.toml b/Cargo.toml index f18ade7..d8c8bd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.0.0" +version = "3.0.0" edition = "2021" authors = ["Fiberplane ", "Evan Schwartz <3262610+emschwartz@users.noreply.github.com>"] description = " Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry." @@ -21,4 +21,4 @@ members = [ exclude = ["examples/data", "examples/target"] [workspace.dependencies] -autometrics-macros = { version = "2.0.0", path = "autometrics-macros" } +autometrics-macros = { version = "3.0.0", path = "autometrics-macros" }