Skip to content

Commit

Permalink
chore: Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Oct 13, 2023
1 parent a93554a commit 5e4146a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,34 @@ 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.8.0...main)
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.8.1...main)

### Added

### Changed

- [All] autometrics now reports the fully qualified package name and cleans up the pointer
specifiers from reported pointer receiver methods

### Deprecated

### Removed

### Fixed

### Security

## [0.8.1](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.8.1) 2023-10-13

### Changed

- [All] autometrics now reports the fully qualified package name and cleans up the pointer
specifiers from reported pointer receiver methods

### Fixed

- [All] Fixed an issue that could lead to panics when running the generator on already-annotated files (#70)
- [All] autometrics will now add a single line doc comment with the function name if the function
had no comment besides the autometrics directive. This allows IDEs to properly render the generated
documentation even when going through gopls

### Security

## [0.8.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.8.0) 2023-09-18

### Added
Expand Down

0 comments on commit 5e4146a

Please sign in to comment.