Skip to content

Commit 7a45333

Browse files
authored
chore: release 0.8 (#68)
1 parent abf39f2 commit 7a45333

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 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.7.0...main)
9+
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.8.0...main)
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## [0.8.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.8.0) 2023-09-18
1024

1125
### Added
1226

@@ -39,14 +53,6 @@ versioning](https://go.dev/doc/modules/version-numbers).
3953
now return a [CancelCauseFunc](https://pkg.go.dev/context#CancelCauseFunc)
4054
to cleanly shutdown (early or as a normal shutdown process) all metric collection.
4155

42-
### Deprecated
43-
44-
### Removed
45-
46-
### Fixed
47-
48-
### Security
49-
5056
## [0.7.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.7.0) 2023-09-04
5157

5258
### Added
@@ -59,7 +65,7 @@ versioning](https://go.dev/doc/modules/version-numbers).
5965
### Changed
6066

6167
- Function calls metric has been renamed from `function_calls_count_total` to `function_calls_total`
62-
- Function calls duration histogram has been renamed from `function_calls_duration`
68+
- Function calls duration histogram has been renamed from `function_calls_duration`
6369
to `function_calls_duration_seconds`
6470
- Function caller label has been split from `caller` to `caller_function` and `caller_label`
6571

@@ -70,7 +76,7 @@ versioning](https://go.dev/doc/modules/version-numbers).
7076
- The Go generator now removes all the old defer statements in function bodies before re-adding
7177
only the necessary ones. This means calling `go generate` on a file that has no annotation
7278
at all effectively cleans up the whole file from autometrics.
73-
79+
7480
### Changed
7581

7682
- Instead of returning an error when the go generator does not find the autometrics import
@@ -155,7 +161,7 @@ import (
155161
- Build information (branch, commit, version) can optionally be added to metrics. All queries
156162
have been updated to use the new information when available
157163
- The generator has proper `--version` and `--help` subcommands
158-
-
164+
-
159165

160166
### Changed
161167

0 commit comments

Comments
 (0)