Skip to content

Commit

Permalink
chore: Release 0.6 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo authored Jun 6, 2023
1 parent 69f360a commit 6c3f7a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ indicate they don't apply.
+ the docker compose file is valid
+ the application compiles and run
+ alerts are getting triggered in Prometheus
- [ ] The prometheus example in repository works fine:
+ the docker compose file is valid
+ the application compiles and run
+ alerts are getting triggered in Prometheus
+ exemplars are accessible on the graph
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ 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.5.0...main)
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.6.0...main)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

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

### Added

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

### Deprecated

Expand Down

0 comments on commit 6c3f7a6

Please sign in to comment.