File tree 2 files changed +30
-8
lines changed
2 files changed +30
-8
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.6.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0 ) - 2023-08-08
39
+
40
+ ### Added
41
+
14
42
- Autometrics settings can now be configured via ` settings::AutometricsSettings::builder() `
15
43
- A custom ` Registry ` can be used to collect metrics. This may be used to add
16
44
custom metrics alongside those produced by Autometrics, as well as to export
@@ -61,12 +89,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
89
` impl ` types in their type arguments (` fn() -> Result<impl ToString, impl std::error::Error> ` )
62
90
no longer fail to compile.
63
91
64
- ### Security
65
-
66
- -
67
-
68
- ---
69
-
70
92
## [ 0.5.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0 ) - 2023-06-02
71
93
72
94
### Added
Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- version = " 0.5 .0"
2
+ version = " 0.6 .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.5 .0" , path = " autometrics-macros" }
24
+ autometrics-macros = { version = " 0.6 .0" , path = " autometrics-macros" }
You can’t perform that action at this time.
0 commit comments