File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## Unreleased
1111
12+ ## [ 3.0.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v3.0.0 ) - 2025-09-15
13+
1214### Breaking changes
1315- ` metrics ` has been updated to v0.24 (#183 )
1416 New feature flag: ` metrics-0_24 `
Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 2 .0.0"
2+ version = " 3 .0.0"
33edition = " 2021"
44authors = [" Fiberplane <info@fiberplane.com>" , " Evan Schwartz <3262610+emschwartz@users.noreply.github.com>" ]
55description = " 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 = [
2222exclude = [" examples/data" , " examples/target" ]
2323
2424[workspace .dependencies ]
25- autometrics-macros = { version = " 2 .0.0" , path = " autometrics-macros" }
25+ autometrics-macros = { version = " 3 .0.0" , path = " autometrics-macros" }
You can’t perform that action at this time.
0 commit comments