diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abdff4..c5e1ced 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 3ce36ca..472fa3d 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." @@ -22,4 +22,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" }