File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## Unreleased
11
11
12
+ -
13
+
14
+ ## [ 2.0.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v2.0.0 ) - 2024-07-25
15
+
12
16
### Breaking changes
13
17
14
18
- ` opentelemetry ` has been updated to v0.24 (#179 )
Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- version = " 1 .0.1 "
2
+ version = " 2 .0.0 "
3
3
edition = " 2021"
4
4
authors = [" Fiberplane <info@fiberplane.com>" , " Evan Schwartz <3262610+emschwartz@users.noreply.github.com>" ]
5
5
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 = [
21
21
exclude = [" examples/data" , " examples/target" ]
22
22
23
23
[workspace .dependencies ]
24
- autometrics-macros = { version = " 1 .0.1 " , path = " autometrics-macros" }
24
+ autometrics-macros = { version = " 2 .0.0 " , path = " autometrics-macros" }
You can’t perform that action at this time.
0 commit comments