File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [ Go module
7
7
versioning] ( https://go.dev/doc/modules/version-numbers ) .
8
8
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
10
24
11
25
### Added
12
26
@@ -19,17 +33,11 @@ versioning](https://go.dev/doc/modules/version-numbers).
19
33
- Instead of returning an error when the go generator does not find the autometrics import
20
34
in a file, it will add the needed import itself in the file.
21
35
22
- ### Deprecated
23
-
24
- ### Removed
25
-
26
36
### Fixed
27
37
28
38
- Code generation now works when ` autometrics ` is imported with the ` _ ` alias
29
39
- Fix regression for latency data collection that only registered 0 microsecond latencies
30
40
31
- ### Security
32
-
33
41
## [ 0.6.0] ( https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.6.0 ) 2023-06-06
34
42
35
43
### Added
You can’t perform that action at this time.
0 commit comments