Skip to content

Commit

Permalink
chore: Release 0.6.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo authored Jul 24, 2023
1 parent b297955 commit dea8bbf
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Go module
versioning](https://go.dev/doc/modules/version-numbers).

## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.0...main)
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.1...main)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.6.1](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.6.1) 2023-07-24

### Added

Expand All @@ -19,17 +33,11 @@ versioning](https://go.dev/doc/modules/version-numbers).
- Instead of returning an error when the go generator does not find the autometrics import
in a file, it will add the needed import itself in the file.

### Deprecated

### Removed

### Fixed

- Code generation now works when `autometrics` is imported with the `_` alias
- Fix regression for latency data collection that only registered 0 microsecond latencies

### Security

## [0.6.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.6.0) 2023-06-06

### Added
Expand Down

0 comments on commit dea8bbf

Please sign in to comment.