Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "2.0.0"
version = "3.0.0"
edition = "2021"
authors = ["Fiberplane <info@fiberplane.com>", "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."
Expand All @@ -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" }
Loading