File tree Expand file tree Collapse file tree 2 files changed +30
-7
lines changed Expand file tree Collapse file tree 2 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Added
1313
14+ -
15+
16+ ### Changed
17+
18+ -
19+
20+ ### Deprecated
21+
22+ -
23+
24+ ### Removed
25+
26+ -
27+
28+ ### Fixed
29+
30+ -
31+
32+ ### Security
33+
34+ -
35+
36+ ---
37+
38+ ## [ 0.5.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0 ) - 2023-06-02
39+
40+ ### Added
41+
1442- Support the official ` prometheus-client ` crate for producing metrics
1543- Support exemplars when using the feature flags ` exemplars-tracing ` or ` exemplars-tracing-opentelemetry ` .
1644 Autometrics can now extract fields from the current span and attach them as exemplars on the
@@ -56,11 +84,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5684- ` #[autometrics] ` now works on functions that use type inference in their return statement
5785 (#74 , #61 )
5886
59- ### Security
60- -
61-
62- ---
63-
6487## [ 0.4.1] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.4.1 ) - 2023-05-05
6588
6689### Changed
Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.4.1 "
2+ version = " 0.5.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."
@@ -21,4 +21,4 @@ members = [
2121exclude = [" examples/data" , " examples/target" ]
2222
2323[workspace .dependencies ]
24- autometrics-macros = { version = " 0.4.1 " , path = " autometrics-macros" }
24+ autometrics-macros = { version = " 0.5.0 " , path = " autometrics-macros" }
You can’t perform that action at this time.
0 commit comments