Skip to content

Commit 0801acb

Browse files
committed
v0.6.0
1 parent ff1a7cb commit 0801acb

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

CHANGELOG.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.5.0"
2+
version = "0.6.0"
33
edition = "2021"
44
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
55
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 = [
2121
exclude = ["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" }

0 commit comments

Comments
 (0)