File tree 2 files changed +30
-7
lines changed
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
11
11
12
12
### Added
13
13
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
+
14
42
- Support the official ` prometheus-client ` crate for producing metrics
15
43
- Support exemplars when using the feature flags ` exemplars-tracing ` or ` exemplars-tracing-opentelemetry ` .
16
44
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
56
84
- ` #[autometrics] ` now works on functions that use type inference in their return statement
57
85
(#74 , #61 )
58
86
59
- ### Security
60
- -
61
-
62
- ---
63
-
64
87
## [ 0.4.1] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.4.1 ) - 2023-05-05
65
88
66
89
### Changed
Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- version = " 0.4.1 "
2
+ version = " 0.5.0 "
3
3
edition = " 2021"
4
4
authors = [
" Fiberplane <[email protected] >" ,
" Evan Schwartz <[email protected] >" ]
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 = " 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