Skip to content

Commit 6c3f7a6

Browse files
authored
chore: Release 0.6 (#56)
1 parent 69f360a commit 6c3f7a6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ indicate they don't apply.
1818
+ the docker compose file is valid
1919
+ the application compiles and run
2020
+ alerts are getting triggered in Prometheus
21+
- [ ] The prometheus example in repository works fine:
22+
+ the docker compose file is valid
23+
+ the application compiles and run
24+
+ alerts are getting triggered in Prometheus
25+
+ exemplars are accessible on the graph

CHANGELOG.md

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

1125
### Added
1226

@@ -36,6 +50,7 @@ import (
3650
+ "github.com/autometrics-dev/autometrics-go/prometheus/midhttp"
3751
)
3852
```
53+
You can use a global search/replace to change the URLs
3954

4055
### Deprecated
4156

0 commit comments

Comments
 (0)