Skip to content

Commit

Permalink
Add changelog message for PR #147 (#148)
Browse files Browse the repository at this point in the history
Simplify CHANGELOG.md by removing headers
  • Loading branch information
hatchan authored Oct 25, 2023
1 parent 778ecb4 commit fdb6234
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- New exporter, `otel_push_exporter` is now available in addition to the existing
`prometheus_exporter`. It can be used to push metrics in the OTEL format via
HTTP or gRPC to a OTEL-collector-(compatible) server.

### Changed

- Update to `syn` v2 (#145)
- Error messages when using `#[autometrics]` together with `#[async_trait]`
- Add support for tracing-opentelemetry v0.21 (#147)
- Error messages when using `#[autometrics]` together with `#[async_trait]`
has been improved (#149)

### Deprecated

-

### Removed

-

### Fixed

-

### Security

-

---

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

### Added
Expand Down

0 comments on commit fdb6234

Please sign in to comment.