Skip to content

Commit 35681c7

Browse files
committed
v0.5.0
1 parent 11df698 commit 35681c7

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 5 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.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

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.4.1"
2+
version = "0.5.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.4.1", path = "autometrics-macros" }
24+
autometrics-macros = { version = "0.5.0", path = "autometrics-macros" }

0 commit comments

Comments
 (0)