File tree Expand file tree Collapse file tree 2 files changed +30
-8
lines changed Expand file tree Collapse file tree 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
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.6.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0 ) - 2023-08-08
39+
40+ ### Added
41+
1442- Autometrics settings can now be configured via ` settings::AutometricsSettings::builder() `
1543- A custom ` Registry ` can be used to collect metrics. This may be used to add
1644 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
6189 ` impl ` types in their type arguments (` fn() -> Result<impl ToString, impl std::error::Error> ` )
6290 no longer fail to compile.
6391
64- ### Security
65-
66- -
67-
68- ---
69-
7092## [ 0.5.0] ( https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0 ) - 2023-06-02
7193
7294### Added
Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.5 .0"
2+ version = " 0.6 .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.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