Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz committed Jun 2, 2023
1 parent 11df698 commit 35681c7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
33 changes: 28 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

-

### Changed

-

### Deprecated

-

### Removed

-

### Fixed

-

### Security

-

---

## [0.5.0](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.5.0) - 2023-06-02

### Added

- Support the official `prometheus-client` crate for producing metrics
- Support exemplars when using the feature flags `exemplars-tracing` or `exemplars-tracing-opentelemetry`.
Autometrics can now extract fields from the current span and attach them as exemplars on the
Expand Down Expand Up @@ -56,11 +84,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `#[autometrics]` now works on functions that use type inference in their return statement
(#74, #61)

### Security
-

---

## [0.4.1](https://github.com/autometrics-dev/autometrics-rs/releases/tag/v0.4.1) - 2023-05-05

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Fiberplane <[email protected]>", "Evan Schwartz <[email protected]>"]
description = " Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry."
Expand All @@ -21,4 +21,4 @@ members = [
exclude = ["examples/data", "examples/target"]

[workspace.dependencies]
autometrics-macros = { version = "0.4.1", path = "autometrics-macros" }
autometrics-macros = { version = "0.5.0", path = "autometrics-macros" }

0 comments on commit 35681c7

Please sign in to comment.