From 5e4146aa43b485ee33069a9bb034a59c2e54f6b2 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Fri, 13 Oct 2023 11:36:11 +0200 Subject: [PATCH] chore: Release 0.8.1 --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d0af9..20e1e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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