Skip to content

Commit dea8bbf

Browse files
authored
chore: Release 0.6.1 (#64)
1 parent b297955 commit dea8bbf

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Go module
77
versioning](https://go.dev/doc/modules/version-numbers).
88

9-
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.0...main)
9+
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.1...main)
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## [0.6.1](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.6.1) 2023-07-24
1024

1125
### Added
1226

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

22-
### Deprecated
23-
24-
### Removed
25-
2636
### Fixed
2737

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

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

3543
### Added

0 commit comments

Comments
 (0)